Diff for /xfs-linux/linux-2.6/xfs_iops.c between versions 1.268 and 1.269

version 1.268, 2007/11/02 05:12:56 version 1.269, 2007/11/05 15:04:07
Line 614  xfs_vn_getattr( Line 614  xfs_vn_getattr(
                                    sysv_minor(ip->i_df.if_u2.if_rdev));                                     sysv_minor(ip->i_df.if_u2.if_rdev));
                 break;                  break;
         default:          default:
                 if (ip->i_d.di_flags & XFS_DIFLAG_REALTIME) {                  if (XFS_IS_REALTIME_INODE(ip)) {
                         /*                          /*
                          * If the file blocks are being allocated from a                           * If the file blocks are being allocated from a
                          * realtime volume, then return the inode's realtime                           * realtime volume, then return the inode's realtime

Removed from v.1.268  
changed lines
  Added in v.1.269


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