From: Ingo Molnar Date: Fri, 9 Jun 2006 04:57:01 +0000 (+1000) Subject: [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup X-Git-Tag: v2.6.18-rc1~858^2~8^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c93bcc6348a385416603459c2fdb4cf6c43687;p=pandora-kernel.git [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup init_rwsem() has no return value. This is not a problem if init_rwsem() is a function, but it's a problem if it's a do { ... } while (0) macro. (which lockdep introduces) SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26082a Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Nathan Scott --- Reading git-diff-tree failed