Commit b9419688 authored by Trond Myklebust's avatar Trond Myklebust

pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout

They are not used outside the NFSv4 module.
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 73504740
...@@ -563,7 +563,6 @@ pnfs_put_lseg_locked(struct pnfs_layout_segment *lseg) ...@@ -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? * is l2 fully contained in l1?
...@@ -1209,7 +1208,6 @@ _pnfs_return_layout(struct inode *ino) ...@@ -1209,7 +1208,6 @@ _pnfs_return_layout(struct inode *ino)
dprintk("<-- %s status: %d\n", __func__, status); dprintk("<-- %s status: %d\n", __func__, status);
return status; return status;
} }
EXPORT_SYMBOL_GPL(_pnfs_return_layout);
int int
pnfs_commit_and_return_layout(struct inode *inode) pnfs_commit_and_return_layout(struct inode *inode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment