Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72cff449 authored by Peng Tao's avatar Peng Tao Committed by Tom Haynes
Browse files

nfs/flexclient: export pnfs_layoutcommit_inode



flexfiles needs to start layoutcommit when necessary

Signed-off-by: default avatarPeng Tao <tao.peng@primarydata.com>
parent 36d3e3dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{