f2fs: update ctx->pos correctly when hitting hole in directory
authorChao Yu <yuchao0@huawei.com>
Fri, 13 Oct 2017 10:01:36 +0000 (18:01 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 19 Dec 2017 03:28:14 +0000 (19:28 -0800)
commita064458a6d7d64a475aa56ede3c8758eca770e73
treebbf17f5395aab130e779e1f178f0e0e5b8377e49
parent372b93f94f7e024d9a87f6dc104b0425f581046d
f2fs: update ctx->pos correctly when hitting hole in directory

This patch fixes to update ctx->pos correctly when hitting hole in
directory.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c