From: Fred Isaman Date: Thu, 6 Jan 2011 11:36:18 +0000 (+0000) Subject: pnfs: fix incorrect comment in destroy_lseg X-Git-Tag: v3.12-rc1~7782^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52fabd73199cd00932f92c9f548bdf66a5bbc23d;p=kernel%2Fkernel-generic.git pnfs: fix incorrect comment in destroy_lseg Comment references get_layout_hdr_locked, which never existed in submitted code. Signed-off-by: Fred Isaman Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index db77342..6e9daff 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -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); }