]> git.baikalelectronics.ru Git - kernel.git/commit
make INIT_FS use the __RW_LOCK_UNLOCKED initialization
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 10 Dec 2008 23:37:28 +0000 (18:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:42 +0000 (18:07 -0500)
commite17808c9c37191b1950b41f15e82aa8b5c7d9899
treef9b96535e345faa4bacff85eddbb2f81c85938a9
parent69bee856067add10b6d05565eb28ccb2d35e9efb
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: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c