Diff for /xfs-linux/xfs_inode.h between versions 1.235 and 1.236

version 1.235, 2007/09/21 16:10:12 version 1.236, 2007/10/01 15:55:30
Line 468  void  xfs_ihash_init(struct xfs_mount *) Line 468  void  xfs_ihash_init(struct xfs_mount *)
 void            xfs_ihash_free(struct xfs_mount *);  void            xfs_ihash_free(struct xfs_mount *);
 xfs_inode_t     *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,  xfs_inode_t     *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,
                                   struct xfs_trans *);                                    struct xfs_trans *);
 void            xfs_inode_lock_init(xfs_inode_t *, bhv_vnode_t *);  
 int             xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,  int             xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
                          uint, uint, xfs_inode_t **, xfs_daddr_t);                           uint, uint, xfs_inode_t **, xfs_daddr_t);
 void            xfs_iput(xfs_inode_t *, uint);  void            xfs_iput(xfs_inode_t *, uint);

Removed from v.1.235  
changed lines
  Added in v.1.236


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>