]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
xlist: enforce removal from xlist
authorSage Weil <sage@newdream.net>
Thu, 20 Nov 2008 03:43:58 +0000 (19:43 -0800)
committerSage Weil <sage@newdream.net>
Thu, 20 Nov 2008 03:49:49 +0000 (19:49 -0800)
commit9c3c61c317fb9e90e065eb196103f8984f6d1885
tree97d823c48d1f752d421fa99692809c7598fc9417
parentb4a9fb56be2f560ddfe63e1020913a8759293bd1
xlist: enforce removal from xlist

We want to ensure that removal takes place in the correct locking context,
not whatever context the ::item is destroyed in.
src/include/xlist.h
src/mds/CacheObject.cc