From: Sage Weil Date: Wed, 4 May 2011 18:33:47 +0000 (-0700) Subject: ceph: do not call __mark_dirty_inode under i_lock X-Git-Tag: v2.6.39-rc7~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca65b4ad72d28cbb43a029114d04b89f06faadb;p=pandora-kernel.git ceph: do not call __mark_dirty_inode under i_lock The __mark_dirty_inode helper now takes i_lock as of 250df6ed. Fix the one ceph callers that held i_lock (__ceph_mark_dirty_caps) to return the flags value so that the callers can do it outside of i_lock. Signed-off-by: Sage Weil --- Reading git-diff-tree failed