common/f2fs: add _require_scratch_f2fs_compression()
authorEric Biggers <ebiggers@google.com>
Thu, 1 Oct 2020 00:25:06 +0000 (17:25 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 11 Oct 2020 03:28:01 +0000 (11:28 +0800)
commit4057f495d572437d137fbe76f40563df8ee8b6fb
tree81540086cb5a7b8f0a16579f9985261f96ea8138
parent300cd3558f4307b1a9b5af10e910a87e6a41481c
common/f2fs: add _require_scratch_f2fs_compression()

Create the file common/f2fs, which will contain f2fs-specific utilities.

Then add a function _require_scratch_f2fs_compression(), which checks
for f2fs compression support on the scratch filesystem.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Daeho Jeong <daeho43@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/f2fs [new file with mode: 0644]