summaryrefslogtreecommitdiff
path: root/fs/aufs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/debug.c')
-rw-r--r--fs/aufs/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/aufs/debug.c b/fs/aufs/debug.c
index e553cef1a..42053aa7f 100644
--- a/fs/aufs/debug.c
+++ b/fs/aufs/debug.c
@@ -317,9 +317,7 @@ void au_dpri_sb(struct super_block *sb)
}
a->mnt.mnt_sb = sb;
- a->fake.br_perm = 0;
a->fake.br_path.mnt = &a->mnt;
- a->fake.br_xino.xi_file = NULL;
atomic_set(&a->fake.br_count, 0);
smp_mb(); /* atomic_set */
err = do_pri_br(-1, &a->fake);