]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: remove redundant abort logic during dentry invalidation test 24849/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 31 Oct 2018 06:47:24 +0000 (02:47 -0400)
committerVenky Shankar <vshankar@redhat.com>
Wed, 14 Nov 2018 10:01:57 +0000 (05:01 -0500)
commit232d12f03612983336a2e90cb024deb79e5e6934
treefaee2b7b44307b68a1122b0a4ffadf884cb9a6e8
parent0aa5566c81b09175971644f9d85e665919b8abef
client: remove redundant abort logic during dentry invalidation test

commit d1471f070c added retry logic when remounting is
used to invalidate kernel dcache. ceph-fuse performs a
dcache invalidation test during startup, thereby logging
(and continuing) or aborting as per certain configuration
settings. the abort logic is pretty much redundant and
can be cleaned up preserving the existing behavior.

Also, assert is none of dcache invalidation mecahnisms
(`dentry_invalidate_cb` or `remount_cb`) are available.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/client/Client.cc