diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2017-04-20 16:53:58 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2017-04-20 16:53:58 -0400 |
commit | b94196888feaedc93d659572f556207f1564acd6 (patch) | |
tree | 6f07421a44b95308215388584dbfd860045d1ed3 /fs/nfs/pnfs.c | |
parent | 73504740df253b653ba7df4bd98e170b72cfd58b (diff) | |
download | linux-b94196888feaedc93d659572f556207f1564acd6.tar.bz2 |
pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout
They are not used outside the NFSv4 module.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index dd042498ce7c..3917a6272789 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -563,7 +563,6 @@ pnfs_put_lseg_locked(struct pnfs_layout_segment *lseg) } } } -EXPORT_SYMBOL_GPL(pnfs_put_lseg_locked); /* * is l2 fully contained in l1? @@ -1209,7 +1208,6 @@ out: dprintk("<-- %s status: %d\n", __func__, status); return status; } -EXPORT_SYMBOL_GPL(_pnfs_return_layout); int pnfs_commit_and_return_layout(struct inode *inode) |