commit | fca65b4ad72d28cbb43a029114d04b89f06faadb | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed May 04 11:33:47 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Wed May 04 12:56:45 2011 -0700 |
tree | af7a0d64fa632c45a064d49f8d09f6874b1f7533 | |
parent | 4ad12621e442b7a072e81270808f617cb65c5672 [diff] |
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 <sage@newdream.net>