diff options
author | Peng Tao <tao.peng@primarydata.com> | 2014-08-06 22:12:38 -0400 |
---|---|---|
committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 14:06:38 -0500 |
commit | 72cff4494ea981202c8db6fd18940c8506f14db4 (patch) | |
tree | d20b5379d1b8553171464333321b39c190483cc5 /fs/nfs | |
parent | 36d3e3dcc93f1d3f70916ace76d94267b8948a2a (diff) |
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.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: | |||
1966 | pnfs_clear_layoutcommitting(inode); | 1966 | pnfs_clear_layoutcommitting(inode); |
1967 | goto out; | 1967 | goto out; |
1968 | } | 1968 | } |
1969 | EXPORT_SYMBOL_GPL(pnfs_layoutcommit_inode); | ||
1969 | 1970 | ||
1970 | struct nfs4_threshold *pnfs_mdsthreshold_alloc(void) | 1971 | struct nfs4_threshold *pnfs_mdsthreshold_alloc(void) |
1971 | { | 1972 | { |