Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52fabd73 authored by Fred Isaman's avatar Fred Isaman Committed by Trond Myklebust
Browse files

pnfs: fix incorrect comment in destroy_lseg



Comment references get_layout_hdr_locked, which never existed in
submitted code.

Signed-off-by: default avatarFred Isaman <iisaman@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 4a19de0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}