Loading fs/nfs/pnfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ destroy_lseg(struct kref *kref) dprintk("--> %s\n", __func__); NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg); /* Matched by get_layout_hdr_locked in pnfs_insert_layout */ /* Matched by get_layout_hdr in pnfs_insert_layout */ put_layout_hdr(ino); } Loading Loading
fs/nfs/pnfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ destroy_lseg(struct kref *kref) dprintk("--> %s\n", __func__); NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg); /* Matched by get_layout_hdr_locked in pnfs_insert_layout */ /* Matched by get_layout_hdr in pnfs_insert_layout */ put_layout_hdr(ino); } Loading