]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't force in->first == dn->first
authorSage Weil <sage.weil@dreamhost.com>
Sat, 3 Mar 2012 23:39:06 +0000 (15:39 -0800)
committerSage Weil <sage@inktank.com>
Mon, 24 Dec 2012 04:01:13 +0000 (20:01 -0800)
commitd18f3c2dd234a0d13e1b82e9fddda61358f9bdf9
tree46142929db46517168b967c174aeeb74fd7c0792
parenta1485f959d10448224a2e79ea850fb5d56a486c3
mds: don't force in->first == dn->first

The fullbit sets it now.  For multiversion inodes, it's "first" can be in
the future, since this dentry may not have changed when the inode was
cowed in place.  (OTOH, the dentry cannot have changed without the inode
also have changing.)

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/journal.cc