From: Nathan Scott Date: Mon, 13 Jan 2003 20:46:49 +0000 (+0000) Subject: Sync up with minor kernel change (noop change for userspace). X-Git-Tag: v2.4.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33254bd8a56270b08c4a7d015483bffd5ab714f0;p=thirdparty%2Fxfsprogs-dev.git Sync up with minor kernel change (noop change for userspace). --- diff --git a/include/xfs_inode.h b/include/xfs_inode.h index 8e55d407b..046278e25 100644 --- a/include/xfs_inode.h +++ b/include/xfs_inode.h @@ -483,6 +483,7 @@ void xfs_iunlock_map_shared(xfs_inode_t *, uint); void xfs_ifunlock(xfs_inode_t *); void xfs_ireclaim(xfs_inode_t *); int xfs_finish_reclaim(xfs_inode_t *, int, int); +int xfs_finish_reclaim_all(struct xfs_mount *); /* * xfs_inode.c prototypes.