Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / fs / xfs / xfs_filestream.h
index 5cc7665..3af9637 100644 (file)
@@ -22,7 +22,7 @@ xfs_inode_is_filestream(
        struct xfs_inode        *ip)
 {
        return (ip->i_mount->m_flags & XFS_MOUNT_FILESTREAMS) ||
-               (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
+               (ip->i_diflags & XFS_DIFLAG_FILESTREAM);
 }
 
 #endif /* __XFS_FILESTREAM_H__ */