diff options
author | Fred Isaman <iisaman@netapp.com> | 2011-01-06 06:36:18 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-01-06 14:46:30 -0500 |
commit | 52fabd73199cd00932f92c9f548bdf66a5bbc23d (patch) | |
tree | 0d1b3d504f568f950c1f51ac732f04b87e3c2db0 /fs/nfs | |
parent | 4a19de0f4b693139bb10b7cc3cfe1f618576ba67 (diff) |
pnfs: fix incorrect comment in destroy_lseg
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>
Diffstat (limited to 'fs/nfs')
-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 | ||