summaryrefslogtreecommitdiff
path: root/dissector_netlink.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-21 15:03:24 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-21 15:03:24 +0200
commitbb9eb3eaa03eecbf169489d3be83ddccf7b77815 (patch)
tree7f6fc8a0235f0a50bd3f1c0ee5e3933d5ce93b2a /dissector_netlink.h
parentfa71d0f64d30ab81e35942a5a3bb77c464d2ad51 (diff)
trafgen: proto: Inline proto_current_header() into its only caller
proto_lower_header() is the only caller for proto_current_header() which already checks header_count > 0, so inline proto_current_header() and omit the additional check and a panic() which thus can never be triggered. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector_netlink.h')
0 files changed, 0 insertions, 0 deletions
ocumentation/jitdump-specification.txt?id=c14024dbb156c8392908aaa822097d27c6af8ec8'>c14024dbb156c8392908aaa822097d27c6af8ec8 (diff)
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A set of fixes for this series. This contains: - Set of fixes for the nvme target code - A revert of patch from this merge window, causing a regression with WRITE_SAME on iSCSI targets at least. - A fix for a use-after-free in the new O_DIRECT bdev code. - Two fixes for the xen-blkfront driver" * 'for-linus' of git://git.kernel.dk/linux-block: Revert "sd: remove __data_len hack for WRITE SAME" nvme-fc: use blk_rq_nr_phys_segments nvmet-rdma: Fix missing dma sync to nvme data structures nvmet: Call fatal_error from keep-alive timout expiration nvmet: cancel fatal error and flush async work before free controller nvmet: delete controllers deletion upon subsystem release nvmet_fc: correct logic in disconnect queue LS handling block: fix use after free in __blkdev_direct_IO xen-blkfront: correct maximum segment accounting xen-blkfront: feature flags handling adjustments
Diffstat (limited to 'tools/perf/Documentation/jitdump-specification.txt')