From: Steven Rostedt Date: Wed, 10 Dec 2008 23:37:28 +0000 (-0500) Subject: make INIT_FS use the __RW_LOCK_UNLOCKED initialization X-Git-Tag: v2.6.29-rc1~549^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1239f26c05899f1f3c541b41e719c59d58038786;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed