aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r--fs/gfs2/ops_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index bb2ef6a86533..57af0192b241 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -522,7 +522,7 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, int mode,
522 case S_IFSOCK: 522 case S_IFSOCK:
523 break; 523 break;
524 default: 524 default:
525 return -EOPNOTSUPP; 525 return -EOPNOTSUPP;
526 }; 526 };
527 527
528 gfs2_holder_init(dip->i_gl, 0, 0, ghs); 528 gfs2_holder_init(dip->i_gl, 0, 0, ghs);