diff options
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index db773428f95f..6e9daffa5a37 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
@@ -225,7 +225,7 @@ destroy_lseg(struct kref *kref) | |||
225 | 225 | ||
226 | dprintk("--> %s\n", __func__); | 226 | dprintk("--> %s\n", __func__); |
227 | NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg); | 227 | NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg); |
228 | /* Matched by get_layout_hdr_locked in pnfs_insert_layout */ | 228 | /* Matched by get_layout_hdr in pnfs_insert_layout */ |
229 | put_layout_hdr(ino); | 229 | put_layout_hdr(ino); |
230 | } | 230 | } |
231 | 231 | ||