nfs/flexclient: export pnfs_layoutcommit_inode

flexfiles needs to start layoutcommit when necessary

Signed-off-by: Peng Tao <tao.peng@primarydata.com>
This commit is contained in:
Peng Tao 2014-08-07 10:12:38 +08:00 коммит произвёл Tom Haynes
Родитель 36d3e3dcc9
Коммит 72cff4494e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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)
{