Files
twx-linux/fs
Chao Yu dfc81686a6 f2fs: fix to recover inode's uid/gid during POR
[ Upstream commit dc4cd1257c ]

Step to reproduce this bug:
1. logon as root
2. mount -t f2fs /dev/sdd /mnt;
3. touch /mnt/file;
4. chown system /mnt/file; chgrp system /mnt/file;
5. xfs_io -f /mnt/file -c "fsync";
6. godown /mnt;
7. umount /mnt;
8. mount -t f2fs /dev/sdd /mnt;

After step 8) we will expect file's uid/gid are all system, but during
recovery, these two fields were not been recovered, fix it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:47:10 +01:00
..
2019-08-06 19:06:51 +02:00
2018-12-17 09:24:41 +01:00
2019-10-07 18:56:59 +02:00
2019-11-20 18:46:04 +01:00
2019-05-02 09:58:59 +02:00