ceph: avoid iput() while holding spinlock in ceph_dir_fsync
authorSage Weil <sage@newdream.net>
Tue, 3 Jan 2012 18:09:07 +0000 (10:09 -0800)
committerSage Weil <sage@newdream.net>
Tue, 10 Jan 2012 16:57:02 +0000 (08:57 -0800)
ceph_mdsc_put_request() can call iput(), which can sleep.  Don't do that.

Fixes: #1812
Signed-off-by: Sage Weil <sage@newdream.net>

No differences found