aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/xattr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c
index a87510f89ade..19da5026c38f 100644
--- a/fs/ceph/xattr.c
+++ b/fs/ceph/xattr.c
@@ -284,8 +284,7 @@ static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs)
284 return ceph_dir_vxattrs_name_size; 284 return ceph_dir_vxattrs_name_size;
285 if (vxattrs == ceph_file_vxattrs) 285 if (vxattrs == ceph_file_vxattrs)
286 return ceph_file_vxattrs_name_size; 286 return ceph_file_vxattrs_name_size;
287 BUG(); 287 BUG_ON(vxattrs);
288
289 return 0; 288 return 0;
290} 289}
291 290