Diff for /xfs-linux/linux-2.6/xfs_file.c between versions 1.150 and 1.151

version 1.150, 2007/07/16 15:45:28 version 1.151, 2007/08/06 15:41:08
Line 429  xfs_file_open_exec( Line 429  xfs_file_open_exec(
   
                 if (!ip)                  if (!ip)
                         return -EINVAL;                          return -EINVAL;
                 if (DM_EVENT_ENABLED(vp->v_vfsp, ip, DM_EVENT_READ))                  if (DM_EVENT_ENABLED(ip, DM_EVENT_READ))
                         return -XFS_SEND_DATA(mp, DM_EVENT_READ, vp,                          return -XFS_SEND_DATA(mp, DM_EVENT_READ, vp,
                                                0, 0, 0, NULL);                                                 0, 0, 0, NULL);
         }          }

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


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