GFS2: Banish struct gfs2_dinode_host
[safe/jmp/linux-2.6] / fs / gfs2 / ops_export.c
index 3a9b9b4..7fdeb14 100644 (file)
@@ -213,7 +213,7 @@ static struct dentry *gfs2_get_dentry(struct super_block *sb,
        }
 
        error = -EIO;
-       if (GFS2_I(inode)->i_di.di_flags & GFS2_DIF_SYSTEM) {
+       if (GFS2_I(inode)->i_diskflags & GFS2_DIF_SYSTEM) {
                iput(inode);
                goto fail;
        }