commit | fd694733d523df1e0a583cf5c4c08e41d7bf9fa3 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Sun Mar 20 15:33:20 2016 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Mar 28 10:43:01 2016 -0700 |
tree | 88eb7c9bc980ad39587cd211b6ba4d80f26ce824 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
f2fs: cover large section in sanity check of super This patch fixes the bug which does not cover a large section case when checking the sanity of superblock. If f2fs detects misalignment, it will fix the superblock during the mount time, so it doesn't need to trigger fsck.f2fs further. Reported-by: Matthias Prager <linux@matthiasprager.de> Reported-by: David Gnedt <david.gnedt@davizone.at> Cc: stable 4.5+ <stable@vger.kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>