commit | a6369741c48815fedfce7072b7a9cd98b5bafd56 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Feb 22 13:59:00 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Tue Feb 23 14:26:35 2010 -0800 |
tree | dd9ce7da7a6c5556d6c7731423dff0824aad9545 | |
parent | 4ce1e9adabbad8f2c45ceeeb6de56cc368484297 [diff] |
ceph: fix comments, locking in destroy_inode The destroy_inode path needs no inode locks since there are no inode references. Update __ceph_remove_cap comment to reflect that it is called without cap->session->s_mutex in this case. Signed-off-by: Sage Weil <sage@newdream.net>