From: Peng Tao Date: Thu, 7 Aug 2014 02:12:38 +0000 (+0800) Subject: nfs/flexclient: export pnfs_layoutcommit_inode X-Git-Tag: v4.0-rc1~119^2~27^2~34 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=72cff4494ea981202c8db6fd18940c8506f14db4;p=linux.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 @@ pnfs_layoutcommit_inode(struct inode *inode, bool sync) pnfs_clear_layoutcommitting(inode); goto out; } +EXPORT_SYMBOL_GPL(pnfs_layoutcommit_inode); struct nfs4_threshold *pnfs_mdsthreshold_alloc(void) {