diff options
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r-- | fs/gfs2/ops_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index 747c7316f5cc..5591f8905cf7 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c | |||
@@ -1018,7 +1018,7 @@ static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, | |||
1018 | } | 1018 | } |
1019 | 1019 | ||
1020 | generic_fillattr(inode, stat); | 1020 | generic_fillattr(inode, stat); |
1021 | if (unlock); | 1021 | if (unlock) |
1022 | gfs2_glock_dq_uninit(&gh); | 1022 | gfs2_glock_dq_uninit(&gh); |
1023 | 1023 | ||
1024 | return 0; | 1024 | return 0; |