diff options
Diffstat (limited to 'fs/ceph/xattr.c')
-rw-r--r-- | fs/ceph/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 65b3a84bbb2..1a48a55c510 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c | |||
@@ -350,7 +350,7 @@ static int __build_xattrs(struct inode *inode) | |||
350 | struct ceph_inode_info *ci = ceph_inode(inode); | 350 | struct ceph_inode_info *ci = ceph_inode(inode); |
351 | int xattr_version; | 351 | int xattr_version; |
352 | struct ceph_inode_xattr **xattrs = NULL; | 352 | struct ceph_inode_xattr **xattrs = NULL; |
353 | int err; | 353 | int err = 0; |
354 | int i; | 354 | int i; |
355 | 355 | ||
356 | dout("__build_xattrs() len=%d\n", | 356 | dout("__build_xattrs() len=%d\n", |