From: Sage Weil Date: Wed, 14 Oct 2009 21:27:38 +0000 (-0700) Subject: ceph: flush dirty caps via the cap_dirty list X-Git-Tag: v2.6.34-rc2~9^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcdaea3f2a78ce4873bd7e98a6d603bda23d167;p=pandora-kernel.git ceph: flush dirty caps via the cap_dirty list Previously we were flushing dirty caps by passing an extra flag when traversing the delayed caps list. Besides being a bit ugly, that can also miss caps that are dirty but didn't result in a cap requeue: notably, mark_caps_dirty(). Separate the flushing into a separate helper, and traverse the cap_dirty list. This also brings i_dirty_item in line with i_dirty_caps: we are on the list IFF caps != 0. We carry an inode ref IFF dirty_caps|flushing_caps != 0. Lose the unused return value from __ceph_mark_caps_dirty(). Signed-off-by: Sage Weil --- Reading git-diff-tree failed