Commit 72cff449 authored by Peng Tao's avatar Peng Tao Committed by Tom Haynes

nfs/flexclient: export pnfs_layoutcommit_inode

flexfiles needs to start layoutcommit when necessary
Signed-off-by: default avatarPeng Tao <tao.peng@primarydata.com>
parent 36d3e3dc
...@@ -1966,6 +1966,7 @@ pnfs_layoutcommit_inode(struct inode *inode, bool sync) ...@@ -1966,6 +1966,7 @@ pnfs_layoutcommit_inode(struct inode *inode, bool sync)
pnfs_clear_layoutcommitting(inode); pnfs_clear_layoutcommitting(inode);
goto out; goto out;
} }
EXPORT_SYMBOL_GPL(pnfs_layoutcommit_inode);
struct nfs4_threshold *pnfs_mdsthreshold_alloc(void) struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
{ {
......
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