diff options
author | Peng Tao <tao.peng@primarydata.com> | 2014-08-07 04:12:38 +0200 |
---|---|---|
committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 20:06:38 +0100 |
commit | 72cff4494ea981202c8db6fd18940c8506f14db4 (patch) | |
tree | d20b5379d1b8553171464333321b39c190483cc5 /fs/nfs/pnfs.c | |
parent | nfs: set hostname when creating nfsv3 ds connection (diff) | |
download | linux-72cff4494ea981202c8db6fd18940c8506f14db4.tar.xz linux-72cff4494ea981202c8db6fd18940c8506f14db4.zip |
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 '')
-rw-r--r-- | fs/nfs/pnfs.c | 1 |
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) { |