From e2112a28ce4303ccf7fc985f3b352a9092f30e07 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 19 Oct 2006 15:27:00 +0200 Subject: [PATCH] --- yaml --- r: 40071 b: refs/heads/master c: bbbe4512735eb0f15f09ffd14876091a8e91bc69 h: refs/heads/master i: 40069: 3f43518c103e453d4ab33b4dd771a4e0dc6e7326 40067: ceeeb70ae57b0be2e02725e0234be25c4b189b54 40063: 4997629593cdc535bde1ddea418a6c75197865cf v: v3 --- [refs] | 2 +- trunk/fs/gfs2/ops_fstype.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5d5c0fa6dc22..04f37b038b08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 348acd48f050f5ba7fa917b1421ae34443be97dd +refs/heads/master: bbbe4512735eb0f15f09ffd14876091a8e91bc69 diff --git a/trunk/fs/gfs2/ops_fstype.c b/trunk/fs/gfs2/ops_fstype.c index e99444dffeb8..882873a6bd69 100644 --- a/trunk/fs/gfs2/ops_fstype.c +++ b/trunk/fs/gfs2/ops_fstype.c @@ -794,8 +794,8 @@ static int fill_super_meta(struct super_block *sb, struct super_block *new, fs_err(sdp, "can't get root dentry\n"); error = -ENOMEM; iput(inode); - } - new->s_root->d_op = &gfs2_dops; + } else + new->s_root->d_op = &gfs2_dops; return error; }