소스 검색

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);
 	pnfs_clear_layoutcommitting(inode);
 	goto out;
 	goto out;
 }
 }
+EXPORT_SYMBOL_GPL(pnfs_layoutcommit_inode);
 
 
 struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
 struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
 {
 {