Diff for /xfs-linux/xfs_inode.h between versions 1.217 and 1.218

version 1.217, 2006/11/07 14:39:38 version 1.218, 2007/03/10 02:56:10
Line 481  uint  xfs_ip2xflags(struct xfs_inode *); Line 481  uint  xfs_ip2xflags(struct xfs_inode *);
 uint            xfs_dic2xflags(struct xfs_dinode_core *);  uint            xfs_dic2xflags(struct xfs_dinode_core *);
 int             xfs_ifree(struct xfs_trans *, xfs_inode_t *,  int             xfs_ifree(struct xfs_trans *, xfs_inode_t *,
                            struct xfs_bmap_free *);                             struct xfs_bmap_free *);
 void            xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t);  int             xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t);
 int             xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *,  int             xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *,
                                      xfs_fsize_t, int, int);                                       xfs_fsize_t, int, int);
 int             xfs_iunlink(struct xfs_trans *, xfs_inode_t *);  int             xfs_iunlink(struct xfs_trans *, xfs_inode_t *);

Removed from v.1.217  
changed lines
  Added in v.1.218


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