From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 31 Oct 2006 06:07:09 +0000 (-0800) Subject: [PATCH] uml ubd driver: convert do_ubd to a boolean variable X-Git-Tag: v2.6.19-rc5~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe30a34a141c2188ff2cdd670d031088d9c5d20;p=pandora-kernel.git [PATCH] uml ubd driver: convert do_ubd to a boolean variable do_ubd is actually just a boolean variable - the way it is used currently is a leftover from the old 2.4 block layer, but it is still used; its use is suspicious, but removing it would be too intrusive for now and needs more thinking. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed