Diff for /xfs-linux/linux-2.6/xfs_ioctl.c between versions 1.151 and 1.152

version 1.151, 2007/08/24 16:15:28 version 1.152, 2007/09/11 06:11:49
Line 733  xfs_ioctl( Line 733  xfs_ioctl(
         xfs_mount_t             *mp = ip->i_mount;          xfs_mount_t             *mp = ip->i_mount;
         int                     error;          int                     error;
   
         vn_trace_entry(XFS_I(inode), "xfs_ioctl", (inst_t *)__return_address);          xfs_itrace_entry(XFS_I(inode));
   
         switch (cmd) {          switch (cmd) {
   
         case XFS_IOC_ALLOCSP:          case XFS_IOC_ALLOCSP:

Removed from v.1.151  
changed lines
  Added in v.1.152


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