projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a19de0
)
pnfs: fix incorrect comment in destroy_lseg
author
Fred Isaman
<iisaman@netapp.com>
Thu, 6 Jan 2011 11:36:18 +0000
(11:36 +0000)
committer
Trond 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
patch
|
blob
|
history
diff --git
a/fs/nfs/pnfs.c
b/fs/nfs/pnfs.c
index db773428f95f28e03a9631d316f2eec711b2aa41..6e9daffa5a37cb0bdfe388b56429041b6adf5eaf 100644
(file)
--- 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);
}