diff options
| author | Chao Yu <yuchao0@huawei.com> | 2018-09-20 17:41:30 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-10-27 11:57:25 -0700 |
| commit | 6502c983b93d6b033529259ca3e29896c26863f0 (patch) | |
| tree | 8c92796def812d718773efa25458d9d47acd54f0 /tools/perf/scripts/python | |
| parent | fa0b9799279721b5e8db54ef334fb6dda62563ce (diff) | |
f2fs: fix to recover inode's uid/gid during POR
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
