summaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorPeng Tao <tao.peng@primarydata.com>2014-08-07 06:12:38 +0400
committerTom Haynes <loghyr@primarydata.com>2015-02-03 22:06:38 +0300
commit72cff4494ea981202c8db6fd18940c8506f14db4 (patch)
treed20b5379d1b8553171464333321b39c190483cc5 /fs/nfs
parent36d3e3dcc93f1d3f70916ace76d94267b8948a2a (diff)
downloadlinux-72cff4494ea981202c8db6fd18940c8506f14db4.tar.xz
nfs/flexclient: export pnfs_layoutcommit_inode
flexfiles needs to start layoutcommit when necessary Signed-off-by: Peng Tao <tao.peng@primarydata.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/pnfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c
index 0a5dda4d85c2..2d25670bbe44 100644
--- a/fs/nfs/pnfs.c
+++ b/fs/nfs/pnfs.c
@@ -1966,6 +1966,7 @@ clear_layoutcommitting:
pnfs_clear_layoutcommitting(inode);
goto out;
}
+EXPORT_SYMBOL_GPL(pnfs_layoutcommit_inode);
struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
{