]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: add fallocate mode blocking for debugging purposes
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 Apr 2014 18:38:22 +0000 (14:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Apr 2014 18:38:22 +0000 (14:38 -0400)
commit26f9c9ac0a118a6d30486df71daaddc297622b6c
tree673810246b5fb62e1a955a4ec26d4dd963f63578
parent61ddacedd67063e4a7a2b9cd4475febd59917830
ext4: add fallocate mode blocking for debugging purposes

If a particular fallocate mode is causing test failures, give the
tester the ability to block a particular fallocate mode so that the
use of a particular fallocate mode will be reported as not supported.

For example, if the COLLAPSE_RANGE fallocate mode is causing test
failures, this allows us to suppress it so we can more easily test the
rest of the file system code.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c