From: Sage Weil Date: Tue, 18 Jan 2011 16:56:01 +0000 (-0800) Subject: ceph: fix flushing of caps vs cap import X-Git-Tag: v2.6.38-rc3~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088b3f5e9ee2649f5cfc2f08d8ce654e3eeba310;p=pandora-kernel.git ceph: fix flushing of caps vs cap import If we are mid-flush and a cap is migrated to another node, we need to resend the cap flush message to the new MDS, and do so with the original flush_seq to avoid leaking across a sync boundary. Previously we didn't redo the flush (we only flushed newly dirty data), which would cause a later sync to hang forever. Signed-off-by: Sage Weil --- Reading git-diff-tree failed