Diff for /xfs-linux/xfs_vfsops.h between versions 1.4 and 1.5

version 1.4, 2007/09/28 15:59:52 version 1.5, 2007/10/02 04:16:44
Line 19  int xfs_vget(struct xfs_mount *mp, bhv_v Line 19  int xfs_vget(struct xfs_mount *mp, bhv_v
 int xfs_parseargs(struct xfs_mount *mp, char *options,  int xfs_parseargs(struct xfs_mount *mp, char *options,
                 struct xfs_mount_args *args, int update);                  struct xfs_mount_args *args, int update);
 int xfs_showargs(struct xfs_mount *mp, struct seq_file *m);  int xfs_showargs(struct xfs_mount *mp, struct seq_file *m);
 void xfs_freeze(struct xfs_mount *mp);  
 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,  void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
                 int lnnum);                  int lnnum);
   void xfs_attr_quiesce(struct xfs_mount *mp);
   
 #endif /* _XFS_VFSOPS_H */  #endif /* _XFS_VFSOPS_H */

Removed from v.1.4  
changed lines
  Added in v.1.5


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