Diff for /xfs-linux/xfs_vnodeops.h between versions 1.1 and 1.2

version 1.1, 2007/08/24 16:03:11 version 1.2, 2007/09/11 06:12:43
Line 39  int xfs_readdir(struct xfs_inode *dp, vo Line 39  int xfs_readdir(struct xfs_inode *dp, vo
 int xfs_symlink(struct xfs_inode *dp, bhv_vname_t *dentry,  int xfs_symlink(struct xfs_inode *dp, bhv_vname_t *dentry,
                 struct bhv_vattr *vap, char *target_path,                  struct bhv_vattr *vap, char *target_path,
                 bhv_vnode_t **vpp, struct cred *credp);                  bhv_vnode_t **vpp, struct cred *credp);
 int xfs_fid2(struct xfs_inode *ip, fid_t        *fidp);  int xfs_fid2(struct xfs_inode *ip, struct xfs_fid *xfid);
 int xfs_rwlock(struct xfs_inode *ip, bhv_vrwlock_t locktype);  int xfs_rwlock(struct xfs_inode *ip, bhv_vrwlock_t locktype);
 void xfs_rwunlock(struct xfs_inode *ip, bhv_vrwlock_t locktype);  void xfs_rwunlock(struct xfs_inode *ip, bhv_vrwlock_t locktype);
 int xfs_inode_flush(struct xfs_inode *ip, int flags);  int xfs_inode_flush(struct xfs_inode *ip, int flags);

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


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