summaryrefslogtreecommitdiff
path: root/bpf_parser.y
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-10-29 23:06:40 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2015-10-29 23:07:30 +0100
commitdddf36f0b747dde13fe6af4d368c927c8d1c76c9 (patch)
treeb3ce38367937e0f25dfd432aaf7b7713a8f0866f /bpf_parser.y
parentb1a4a6fa7b233abbca763178095b076d409cce80 (diff)
ring, bind_ring_generic: no need to nullify members twice
We already do a memset before, no need to set members to null twice, just some minor cleanup. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'bpf_parser.y')
0 files changed, 0 insertions, 0 deletions
t fail on BE system Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize Btrfs: self-tests: Use macros instead of constants and add missing newline Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE btrfs: advertise which crc32c implementation is being used at module load Btrfs: add validadtion checks for chunk loading Btrfs: add more validation checks for superblock Btrfs: clear uptodate flags of pages in sys_array eb Btrfs: self-tests: Support non-4k page size Btrfs: Fix integer overflow when calculating bytes_per_bitmap Btrfs: test_check_exists: Fix infinite loop when searching for free space entries Btrfs: end transaction if we abort when creating uuid root btrfs: Use __u64 in exported linux/btrfs.h.
Diffstat