Commit 6df53d41 authored by Nathan Scott's avatar Nathan Scott

[XFS] The revalidate routine is now a local, static inline elsewhere, so no

longer needs to be declared globally here.

SGI Modid: 2.5.x-xfs:slinx:130827a
parent 5f257fd8
......@@ -532,8 +532,6 @@ void xfs_lock_inodes(xfs_inode_t **, int, int, uint);
#define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount))
void xfs_revalidate_inode(struct xfs_mount *, vnode_t *vp, xfs_inode_t *);
#ifdef DEBUG
void xfs_isize_check(struct xfs_mount *, xfs_inode_t *, xfs_fsize_t);
#else /* DEBUG */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment