aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fs_struct.c')
-rw-r--r--fs/fs_struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs_struct.c b/fs/fs_struct.c
index d8ac61d0c932..7dca743b2ce1 100644
--- a/fs/fs_struct.c
+++ b/fs/fs_struct.c
@@ -161,6 +161,6 @@ EXPORT_SYMBOL(current_umask);
161struct fs_struct init_fs = { 161struct fs_struct init_fs = {
162 .users = 1, 162 .users = 1,
163 .lock = __SPIN_LOCK_UNLOCKED(init_fs.lock), 163 .lock = __SPIN_LOCK_UNLOCKED(init_fs.lock),
164 .seq = SEQCNT_ZERO, 164 .seq = SEQCNT_ZERO(init_fs.seq),
165 .umask = 0022, 165 .umask = 0022,
166}; 166};