Diff for /xfs-linux/xfs_vfsops.c between versions 1.517 and 1.518

version 1.517, 2007/03/10 02:56:10 version 1.518, 2007/04/27 15:48:42
Line 696  xfs_unmount_flush( Line 696  xfs_unmount_flush(
         bhv_vnode_t     *rvp = XFS_ITOV(rip);          bhv_vnode_t     *rvp = XFS_ITOV(rip);
         int             error;          int             error;
   
         xfs_ilock(rip, XFS_ILOCK_EXCL);          xfs_ilock(rip, XFS_ILOCK_EXCL | XFS_ILOCK_PARENT);
         xfs_iflock(rip);          xfs_iflock(rip);
   
         /*          /*

Removed from v.1.517  
changed lines
  Added in v.1.518


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