Diff for /xfs-linux/xfs_vfsops.h between versions 1.2 and 1.3

version 1.2, 2007/08/24 16:14:38 version 1.3, 2007/09/11 06:12:43
Line 2 Line 2
 #define _XFS_VFSOPS_H 1  #define _XFS_VFSOPS_H 1
   
 struct cred;  struct cred;
 struct fid;  struct xfs_fid;
 struct inode;  struct inode;
 struct kstatfs;  struct kstatfs;
 struct xfs_mount;  struct xfs_mount;
Line 17  int xfs_root(struct xfs_mount *mp, bhv_v Line 17  int xfs_root(struct xfs_mount *mp, bhv_v
 int xfs_statvfs(struct xfs_mount *mp, struct kstatfs *statp,  int xfs_statvfs(struct xfs_mount *mp, struct kstatfs *statp,
                 bhv_vnode_t *vp);                  bhv_vnode_t *vp);
 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 fid *fidp);  int xfs_vget(struct xfs_mount *mp, bhv_vnode_t **vpp, struct xfs_fid *xfid);
 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);

Removed from v.1.2  
changed lines
  Added in v.1.3


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