OSDN Git Service

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>
Thu, 16 Nov 2017 05:58:04 +0000 (21:58 -0800)
commit83ed7a615f0a8c2efb448a17c0e51ab33adbee2c
treee90a76ded054e3d51451b977080877530d28ddcd
parent4d6e68be2534b03a135d5e98dee94d072166c455
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