pnfs: fix incorrect comment in destroy_lseg
authorFred Isaman <iisaman@netapp.com>
Thu, 6 Jan 2011 11:36:18 +0000 (11:36 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jan 2011 19:46:30 +0000 (14:46 -0500)
Comment references get_layout_hdr_locked, which never existed in
submitted code.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pnfs.c

index db77342..6e9daff 100644 (file)
@@ -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);
 }