summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-09-20 17:41:30 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-10-27 11:57:25 -0700
commit6502c983b93d6b033529259ca3e29896c26863f0 (patch)
tree8c92796def812d718773efa25458d9d47acd54f0 /tools/perf/scripts/python
parentfa0b9799279721b5e8db54ef334fb6dda62563ce (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