]> www.infradead.org Git - users/jedix/linux-maple.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)
committerShan Hai <shan.hai@oracle.com>
Wed, 23 Aug 2017 05:26:33 +0000 (13:26 +0800)
commit2dfd9bd0f1b2332de7f604a3af57a8f6331ccb6d
tree4cb23e064b595706bc942f568d17c40c3efc396d
parent03526fb1d7c28014c9a759073b790dc9b85981fa
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>
Orabug: 26274676

(cherry picked from commit 0f3312295d3ce1d82392244236a52b3b663480ef)
Signed-off-by: Shan Hai <shan.hai@oracle.com>
Reviewed-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/tests/extent-io-tests.c