summaryrefslogtreecommitdiffstats
path: root/fs/mount.h
diff options
context:
space:
mode:
authorJaegeuk Kim2013-07-18 11:02:31 +0200
committerJaegeuk Kim2013-07-30 08:17:03 +0200
commit1cd14cafc694bcedc5017a4f0dcb3c3faddec622 (patch)
tree367eb533ab6475ccec4f809f7117fc845a64abbe /fs/mount.h
parentf2fs: introduce help function F2FS_NODE() (diff)
downloadkernel-qcow2-linux-1cd14cafc694bcedc5017a4f0dcb3c3faddec622.tar.gz
kernel-qcow2-linux-1cd14cafc694bcedc5017a4f0dcb3c3faddec622.tar.xz
kernel-qcow2-linux-1cd14cafc694bcedc5017a4f0dcb3c3faddec622.zip
f2fs: update file name in the inode block during f2fs_rename
The error is reproducible by: 0. mkfs.f2fs /dev/sdb1 & mount 1. touch test1 2. touch test2 3. mv test1 test2 4. umount 5. dumpt.f2fs -i 4 /dev/sdb1 After this, when we retrieve the inode->i_name of test2 by dump.f2fs, we get test1 instead of test2. This is because f2fs didn't update the file name during the f2fs_rename. So, this patch fixes that. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/mount.h')
0 files changed, 0 insertions, 0 deletions