From: Sage Weil Date: Tue, 6 Oct 2009 18:31:09 +0000 (-0700) Subject: ceph: address space operations X-Git-Tag: v2.6.34-rc2~9^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3576fd10f0d7a104204267b81cf84a07028dad;p=pandora-kernel.git ceph: address space operations The ceph address space methods are concerned primarily with managing the dirty page accounting in the inode, which (among other things) must keep track of which snapshot context each page was dirtied in, and ensure that dirty data is written out to the OSDs in snapshort order. A writepage() on a page that is not currently writeable due to snapshot writeback ordering constraints is ignored (it was presumably called from kswapd). Signed-off-by: Sage Weil --- Reading git-diff-tree failed