提交 1239f26c 编写于 作者: S Steven Rostedt 提交者: Al Viro

make INIT_FS use the __RW_LOCK_UNLOCKED initialization

[AV: rediffed on top of unification of init_fs]
Initialization of init_fs still uses the deprecated RW_LOCK_UNLOCKED macro.
This patch updates it to use the __RW_LOCK_UNLOCKED(lock) macro.
Signed-off-by: NSteven Rostedt <srostedt@redhat.com>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 18d8fda7
...@@ -2897,6 +2897,6 @@ EXPORT_SYMBOL(generic_readlink); ...@@ -2897,6 +2897,6 @@ EXPORT_SYMBOL(generic_readlink);
/* to be mentioned only in INIT_TASK */ /* to be mentioned only in INIT_TASK */
struct fs_struct init_fs = { struct fs_struct init_fs = {
.count = ATOMIC_INIT(1), .count = ATOMIC_INIT(1),
.lock = RW_LOCK_UNLOCKED, .lock = __RW_LOCK_UNLOCKED(init_fs.lock),
.umask = 0022, .umask = 0022,
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册