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

version 1.5, 2007/10/02 04:16:44 version 1.6, 2007/11/05 05:10:46
Line 16  int xfs_mntupdate(struct xfs_mount *mp,  Line 16  int xfs_mntupdate(struct xfs_mount *mp, 
 int xfs_root(struct xfs_mount *mp, bhv_vnode_t **vpp);  int xfs_root(struct xfs_mount *mp, bhv_vnode_t **vpp);
 int xfs_sync(struct xfs_mount *mp, int flags);  int xfs_sync(struct xfs_mount *mp, int flags);
 int xfs_vget(struct xfs_mount *mp, bhv_vnode_t **vpp, struct xfs_fid *xfid);  int xfs_vget(struct xfs_mount *mp, bhv_vnode_t **vpp, struct xfs_fid *xfid);
 int xfs_parseargs(struct xfs_mount *mp, char *options,  
                 struct xfs_mount_args *args, int update);  
 int xfs_showargs(struct xfs_mount *mp, struct seq_file *m);  
 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);  void xfs_attr_quiesce(struct xfs_mount *mp);

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


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