commit | 1239f26c05899f1f3c541b41e719c59d58038786 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Wed Dec 10 18:37:28 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 31 18:07:42 2008 -0500 |
tree | f9b96535e345faa4bacff85eddbb2f81c85938a9 | |
parent | 18d8fda7c3c9439be04d7ea2e82da2513b121acb [diff] |
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>