commit | 96ecff14225ad40a29f4d5cfa6bd9266c8e1e89a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 14 15:17:32 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 14 15:17:32 2017 -0400 |
tree | c63c2417417cd40c65236f35d697aff0ada5ec1b | |
parent | 67a70017fa0a152657bc7e337e69bb9c9f5549bf [diff] |
ufs: fix logics in "ufs: make fsck -f happy" Storing stats _only_ at new locations is wrong for UFS1; old locations should always be kept updated. The check for "has been converted to use of new locations" is also wrong - it should be "->fs_maxbsize is equal to ->fs_bsize". Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>