From: Sage Weil Date: Tue, 3 Jan 2012 18:09:07 +0000 (-0800) Subject: ceph: avoid iput() while holding spinlock in ceph_dir_fsync X-Git-Tag: v3.3-rc1~79^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff179e650e95c2b21841b21dc46dc2edefd04cd;p=pandora-kernel.git ceph: avoid iput() while holding spinlock in ceph_dir_fsync ceph_mdsc_put_request() can call iput(), which can sleep. Don't do that. Fixes: #1812 Signed-off-by: Sage Weil --- Reading git-diff-tree failed