Loading fs/ceph/mds_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -1495,6 +1495,7 @@ char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base, pos, temp); } else if (stop_on_nosnap && inode && ceph_snap(inode) == CEPH_NOSNAP) { spin_unlock(&temp->d_lock); break; } else { pos -= temp->d_name.len; Loading Loading
fs/ceph/mds_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -1495,6 +1495,7 @@ char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base, pos, temp); } else if (stop_on_nosnap && inode && ceph_snap(inode) == CEPH_NOSNAP) { spin_unlock(&temp->d_lock); break; } else { pos -= temp->d_name.len; Loading