diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 9ddef91a436d..1ecd86a8c6e6 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -612,7 +612,7 @@ xfs_vn_getattr( | |||
612 | sysv_minor(ip->i_df.if_u2.if_rdev)); | 612 | sysv_minor(ip->i_df.if_u2.if_rdev)); |
613 | break; | 613 | break; |
614 | default: | 614 | default: |
615 | if (ip->i_d.di_flags & XFS_DIFLAG_REALTIME) { | 615 | if (XFS_IS_REALTIME_INODE(ip)) { |
616 | /* | 616 | /* |
617 | * If the file blocks are being allocated from a | 617 | * If the file blocks are being allocated from a |
618 | * realtime volume, then return the inode's realtime | 618 | * realtime volume, then return the inode's realtime |