aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2005-09-04 18:23:54 -0400
committerNathan Scott <nathans@sgi.com>2005-09-04 18:23:54 -0400
commit56d433e430eb399a4b6d0e73d28af6e1d4713547 (patch)
treed43aa8b457e52d80254e8c621b01ecc5b20d05ab /fs/xfs/linux-2.6/xfs_vnode.h
parentc1a073bdff997216eac25254a2716faf640e4e8d (diff)
[XFS] streamline the clear_inode path
SGI-PV: 940531 SGI-Modid: xfs-linux:xfs-kern:196888a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h
index 9977afa38900..35f306cebb87 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.h
+++ b/fs/xfs/linux-2.6/xfs_vnode.h
@@ -502,10 +502,8 @@ typedef struct vnode_map {
502 (vmap).v_number = (vp)->v_number, \ 502 (vmap).v_number = (vp)->v_number, \
503 (vmap).v_ino = (vp)->v_inode.i_ino; } 503 (vmap).v_ino = (vp)->v_inode.i_ino; }
504 504
505extern void vn_purge(struct vnode *, vmap_t *);
506extern int vn_revalidate(struct vnode *); 505extern int vn_revalidate(struct vnode *);
507extern void vn_revalidate_core(struct vnode *, vattr_t *); 506extern void vn_revalidate_core(struct vnode *, vattr_t *);
508extern void vn_remove(struct vnode *);
509 507
510extern void vn_iowait(struct vnode *vp); 508extern void vn_iowait(struct vnode *vp);
511extern void vn_iowake(struct vnode *vp); 509extern void vn_iowake(struct vnode *vp);
@@ -519,7 +517,6 @@ static inline int vn_count(struct vnode *vp)
519 * Vnode reference counting functions (and macros for compatibility). 517 * Vnode reference counting functions (and macros for compatibility).
520 */ 518 */
521extern vnode_t *vn_hold(struct vnode *); 519extern vnode_t *vn_hold(struct vnode *);
522extern void vn_rele(struct vnode *);
523 520
524#if defined(XFS_VNODE_TRACE) 521#if defined(XFS_VNODE_TRACE)
525#define VN_HOLD(vp) \ 522#define VN_HOLD(vp) \