aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-12-03 06:20:25 -0500
committerNiv Sardi <xaiki@sgi.com>2008-12-03 23:39:20 -0500
commit5cafdeb2891a415a5dbf0ad80f0afedf8369e6bb (patch)
treef1d6653c4dee098e46f4bdc4ddda60cf4a6d35fd /fs/xfs/xfs_inode.h
parentccd0be6cfc6943c4e0b3e3cdb598e0b7354a2d78 (diff)
cleanup the inode reclaim path
Merge xfs_iextract and xfs_idestroy into xfs_ireclaim as they are never called individually. Also rewrite most comments in this area as they were severly out of date. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index c38d4509c66d..03ae96bdae7e 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -529,8 +529,6 @@ int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *,
529 xfs_fsize_t, int, int); 529 xfs_fsize_t, int, int);
530int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); 530int xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
531 531
532void xfs_idestroy(xfs_inode_t *);
533void xfs_iextract(xfs_inode_t *);
534void xfs_iext_realloc(xfs_inode_t *, int, int); 532void xfs_iext_realloc(xfs_inode_t *, int, int);
535void xfs_ipin(xfs_inode_t *); 533void xfs_ipin(xfs_inode_t *);
536void xfs_iunpin(xfs_inode_t *); 534void xfs_iunpin(xfs_inode_t *);