diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-07-05 08:28:12 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-08 09:35:48 (GMT) |
commit | 99b072bb38c9b398bc7c3fc8a0f30d0801f78750 (patch) | |
tree | 0162568c00d24d580c1ed61963eb00b9025bc685 /mm | |
parent | 3de91f92377f1477c88a58bcad5b5615ffc4aad5 (diff) | |
download | linux-fsl-qoriq-99b072bb38c9b398bc7c3fc8a0f30d0801f78750.tar.xz |
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 'mm')
0 files changed, 0 insertions, 0 deletions