Diff for /xfs-linux/linux-2.6/xfs_aops.c between versions 1.144 and 1.145

version 1.144, 2007/06/04 15:40:45 version 1.145, 2007/06/04 15:41:31
Line 161  xfs_setfilesize( Line 161  xfs_setfilesize(
         xfs_fsize_t             bsize;          xfs_fsize_t             bsize;
   
         ip = xfs_vtoi(ioend->io_vnode);          ip = xfs_vtoi(ioend->io_vnode);
           if (!ip)
                   return;
   
         ASSERT((ip->i_d.di_mode & S_IFMT) == S_IFREG);          ASSERT((ip->i_d.di_mode & S_IFMT) == S_IFREG);
         ASSERT(ioend->io_type != IOMAP_READ);          ASSERT(ioend->io_type != IOMAP_READ);

Removed from v.1.144  
changed lines
  Added in v.1.145


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