Loading fs/ceph/inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -1681,7 +1681,6 @@ int ceph_readdir_prepopulate(struct ceph_mds_request *req, if (IS_ERR(realdn)) { err = PTR_ERR(realdn); d_drop(dn); dn = NULL; goto next_item; } dn = realdn; Loading Loading
fs/ceph/inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -1681,7 +1681,6 @@ int ceph_readdir_prepopulate(struct ceph_mds_request *req, if (IS_ERR(realdn)) { err = PTR_ERR(realdn); d_drop(dn); dn = NULL; goto next_item; } dn = realdn; Loading