]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: add extent buffer bitmap sanity tests
authorOmar Sandoval <osandov@fb.com>
Wed, 30 Sep 2015 03:50:31 +0000 (20:50 -0700)
committerChris Mason <clm@fb.com>
Thu, 17 Dec 2015 20:16:46 +0000 (12:16 -0800)
commitd8f5ee1b1fc120cc88f1fa68f90df92f4bca06fb
tree1e75388907006f7c2c64e539ef6e3e5c5cd6453a
parent5ea86e584aea14ecb6be0f12dbbb1af04563b7b1
Btrfs: add extent buffer bitmap sanity tests

Sanity test the extent buffer bitmap operations (test, set, and clear)
against the equivalent standard kernel operations.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/tests/extent-io-tests.c