]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: prevent export of pinned inodes
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 19 Apr 2017 02:28:39 +0000 (22:28 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 19 Apr 2017 22:21:40 +0000 (18:21 -0400)
commitdf340e820d0fe964a4e8a71a86aaa92cad25b91f
tree4f2ac85babefc6277a33d0f2311a7dce0b8107ee
parent0b420be7e9f5b325315db101ea65258a9043468a
mds: prevent export of pinned inodes

This adds a chain of linked lists to CInode which can be followed to CInodes
that are export pinned to this rank.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/CInode.cc
src/mds/CInode.h
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Migrator.cc