diff options
Diffstat (limited to 'fs/gfs2/ops_export.c')
-rw-r--r-- | fs/gfs2/ops_export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_export.c b/fs/gfs2/ops_export.c index 3a9b9b438344..7fdeb14ddd1a 100644 --- a/fs/gfs2/ops_export.c +++ b/fs/gfs2/ops_export.c | |||
@@ -213,7 +213,7 @@ static struct dentry *gfs2_get_dentry(struct super_block *sb, | |||
213 | } | 213 | } |
214 | 214 | ||
215 | error = -EIO; | 215 | error = -EIO; |
216 | if (GFS2_I(inode)->i_di.di_flags & GFS2_DIF_SYSTEM) { | 216 | if (GFS2_I(inode)->i_diskflags & GFS2_DIF_SYSTEM) { |
217 | iput(inode); | 217 | iput(inode); |
218 | goto fail; | 218 | goto fail; |
219 | } | 219 | } |