]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
fuse: do not invoke ll_register_callbacks() on finalize
authorGreg Farnum <gfarnum@redhat.com>
Fri, 13 Feb 2015 03:23:43 +0000 (19:23 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Wed, 25 Feb 2015 19:24:52 +0000 (11:24 -0800)
commit260c8201a8a2fc2349b7373b4ddd886e738091ae
treeef47fc3a25df7b45a27694857ddc94145e7b8775
parent93e04a04a6391275855f29cc4c413172343ce6b9
fuse: do not invoke ll_register_callbacks() on finalize

We were passing in a NULL data structure, probably in an attempt to
let things clean up -- but our implementation just returns with a NULL
pass-in value, so drop it for clarity.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/client/fuse_ll.cc