From: Steve Lord Date: Wed, 20 Jun 2001 14:51:43 +0000 (+0000) Subject: merge latest kernel change to user space - no effect otherwise X-Git-Tag: v1.3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d8f4c3257cbeeb27c3dd198878274f4d461aef;p=thirdparty%2Fxfsprogs-dev.git merge latest kernel change to user space - no effect otherwise --- diff --git a/include/xfs_inode.h b/include/xfs_inode.h index 497cd6867..7950594d7 100644 --- a/include/xfs_inode.h +++ b/include/xfs_inode.h @@ -524,7 +524,7 @@ uint xfs_ilock_map_shared(xfs_inode_t *); 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 xfs_finish_reclaim(xfs_inode_t *, int, int); /* * xfs_inode.c prototypes.