commit | cd84db6e4051a9fb7941d49d31a0193a3371fd61 | [log] [tgz] |
---|---|---|
author | Yehuda Sadeh <yehuda@hq.newdream.net> | Fri Jun 11 16:58:48 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Sun Aug 01 20:11:40 2010 -0700 |
tree | beb657b2cc6b4184d97a85502b29a291616a83ab | |
parent | ca81f3f6bd759f90a4b940cddda1f8bc61a7725a [diff] [blame] |
ceph: code cleanup Mainly fixing minor issues reported by sparse. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 68aeebc..097a265 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c
@@ -337,6 +337,8 @@ } static int __build_xattrs(struct inode *inode) + __releases(inode->i_lock) + __acquires(inode->i_lock) { u32 namelen; u32 numattr = 0;