提交 f4cc1c38 编写于 作者: A Al Viro

remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()

Hadn't been true for quite a while
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 e5517c2a
......@@ -96,10 +96,6 @@ static inline struct hlist_head *mp_hash(struct dentry *dentry)
return &mountpoint_hashtable[tmp & mp_hash_mask];
}
/*
* allocation is serialized by namespace_sem, but we need the spinlock to
* serialize with freeing.
*/
static int mnt_alloc_id(struct mount *mnt)
{
int res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册