fsck.f2fs: add an option to preserve quota limits
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 8 Nov 2017 19:20:47 +0000 (11:20 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 12 Nov 2017 02:01:07 +0000 (18:01 -0800)
commitbbdbca4e22706549072950a6d14341600a6554e5
treed572409fe17f43ab3b1b06d0a2eb4b205e4505b8
parentb62ca9ed3cd7fa24baf0fb8b5683d8a135ac677b
fsck.f2fs: add an option to preserve quota limits

If it detects quota file errors, we can see insane quota limits. In order
to recover that, this patch adds an option to reset them as zeros.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/fsck.c
fsck/main.c
fsck/mkquota.c
fsck/quotaio.h
include/f2fs_fs.h
lib/libf2fs.c