|
|
| 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 |