diff options
| author | Chao Yu <[email protected]> | 2018-09-20 17:41:30 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <[email protected]> | 2018-09-20 14:50:25 -0700 |
| commit | dc4cd1257c86451cec3e8e352cc376348e4f4af4 (patch) | |
| tree | d1d6ade101b14f0eae149659e990f4433fd7e20a /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | f84262b0862d43b71b3e80a036cdd9d82e620367 (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 <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions