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>
This commit is contained in:
Trond Myklebust 2017-04-20 16:53:58 -04:00
Родитель 73504740df
Коммит b94196888f
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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 @@ out:
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)