ceph: don't forbid marking directory complete after forward seek
authorYan, Zheng <zyan@redhat.com>
Thu, 28 Apr 2016 14:56:44 +0000 (22:56 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 23:15:36 +0000 (01:15 +0200)
commit076c40f18d10489e29c515bf5936952830df5e16
tree66e00b9a359dea0da628a92a5052d8b6f2c2099b
parent8974eebd38737c9534d81c4131c5fdb1fe24d3e9
ceph: don't forbid marking directory complete after forward seek

Forward seek within same frag does not update fi->last_name, it will
not affect contents of later readdir reply. So there is no need to
forbid marking directory complete

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/dir.c