summaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
diff options
context:
space:
mode:
authorJaegeuk Kim2013-07-05 10:28:12 +0200
committerAl Viro2013-07-08 11:35:48 +0200
commit99b072bb38c9b398bc7c3fc8a0f30d0801f78750 (patch)
tree0162568c00d24d580c1ed61963eb00b9025bc685 /fs/seq_file.c
parentmode_t whack-a-mole... (diff)
downloadkernel-qcow2-linux-99b072bb38c9b398bc7c3fc8a0f30d0801f78750.tar.gz
kernel-qcow2-linux-99b072bb38c9b398bc7c3fc8a0f30d0801f78750.tar.xz
kernel-qcow2-linux-99b072bb38c9b398bc7c3fc8a0f30d0801f78750.zip
f2fs: fix readdir incorrectness
In the previous Al Viro's readdir patch set, there occurs a bug when running xfstest: 006 as follows. [Error output] alpha size = 4, name length = 6, total files = 4096, nproc=1 1023 files created rm: cannot remove `/mnt/f2fs/permname.15150/a': Directory not empty [Correct output] alpha size = 4, name length = 6, total files = 4096, nproc=1 4097 files created This bug is due to the misupdate of directory position in ctx. So, this patch fixes this. [AV: fixed a braino] CC: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/seq_file.c')
0 files changed, 0 insertions, 0 deletions