|
@@ -225,7 +225,7 @@ destroy_lseg(struct kref *kref)
|
|
|
|
|
|
dprintk("--> %s\n", __func__);
|
|
dprintk("--> %s\n", __func__);
|
|
NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg);
|
|
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);
|
|
put_layout_hdr(ino);
|
|
}
|
|
}
|
|
|
|
|