From: Peng Tao Date: Thu, 7 Aug 2014 02:12:38 +0000 (+0800) Subject: nfs/flexclient: export pnfs_layoutcommit_inode X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=72cff4494ea981202c8db6fd18940c8506f14db4;p=linux-beck.git nfs/flexclient: export pnfs_layoutcommit_inode flexfiles needs to start layoutcommit when necessary Signed-off-by: Peng Tao --- 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) {