Loading fs/ceph/xattr.c +1 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,7 @@ static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) return ceph_dir_vxattrs_name_size; if (vxattrs == ceph_file_vxattrs) return ceph_file_vxattrs_name_size; BUG(); BUG_ON(vxattrs); return 0; } Loading Loading
fs/ceph/xattr.c +1 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,7 @@ static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) return ceph_dir_vxattrs_name_size; if (vxattrs == ceph_file_vxattrs) return ceph_file_vxattrs_name_size; BUG(); BUG_ON(vxattrs); return 0; } Loading