diff options
Diffstat (limited to 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 51e49866e1fe..5e3dcbeb1de5 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -236,7 +236,7 @@ static struct mount *alloc_vfsmnt(const char *name) | |||
236 | INIT_LIST_HEAD(&mnt->mnt_slave_list); | 236 | INIT_LIST_HEAD(&mnt->mnt_slave_list); |
237 | INIT_LIST_HEAD(&mnt->mnt_slave); | 237 | INIT_LIST_HEAD(&mnt->mnt_slave); |
238 | INIT_HLIST_NODE(&mnt->mnt_mp_list); | 238 | INIT_HLIST_NODE(&mnt->mnt_mp_list); |
239 | INIT_LIST_HEAD(&mnt->mnt_reparent); | 239 | INIT_LIST_HEAD(&mnt->mnt_umounting); |
240 | init_fs_pin(&mnt->mnt_umount, drop_mountpoint); | 240 | init_fs_pin(&mnt->mnt_umount, drop_mountpoint); |
241 | } | 241 | } |
242 | return mnt; | 242 | return mnt; |