Diff for /xfs-linux/xfs_trans.h between versions 1.143 and 1.144

version 1.143, 2007/01/10 14:42:05 version 1.144, 2007/03/02 02:59:33
Line 988  void  xfs_trans_log_efd_extent(xfs_trans Line 988  void  xfs_trans_log_efd_extent(xfs_trans
                                          xfs_extlen_t);                                           xfs_extlen_t);
 int             _xfs_trans_commit(xfs_trans_t *,  int             _xfs_trans_commit(xfs_trans_t *,
                                   uint flags,                                    uint flags,
                                   xfs_lsn_t *,  
                                   int *);                                    int *);
 #define xfs_trans_commit(tp, flags, lsn) \  #define xfs_trans_commit(tp, flags)     _xfs_trans_commit(tp, flags, NULL)
         _xfs_trans_commit(tp, flags, lsn, NULL)  
 void            xfs_trans_cancel(xfs_trans_t *, int);  void            xfs_trans_cancel(xfs_trans_t *, int);
 void            xfs_trans_ail_init(struct xfs_mount *);  void            xfs_trans_ail_init(struct xfs_mount *);
 xfs_lsn_t       xfs_trans_push_ail(struct xfs_mount *, xfs_lsn_t);  xfs_lsn_t       xfs_trans_push_ail(struct xfs_mount *, xfs_lsn_t);

Removed from v.1.143  
changed lines
  Added in v.1.144


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