浏览代码

nfs/flexclient: export pnfs_layoutcommit_inode

flexfiles needs to start layoutcommit when necessary

Signed-off-by: Peng Tao <tao.peng@primarydata.com>
Peng Tao 11 年之前
父节点
当前提交
72cff4494e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/nfs/pnfs.c

+ 1 - 0
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)
 {