From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 31 Oct 2006 06:07:06 +0000 (-0800) Subject: [PATCH] uml ubd driver: give better names to some functions. X-Git-Tag: v2.6.19-rc5~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f75a4f887a35b99878fc07ed749a90375194b63;p=pandora-kernel.git [PATCH] uml ubd driver: give better names to some functions. To rethink locking, I needed to understand well what each function does. While doing this I renamed some: * ubd_close -> ubd_close_dev (since it pairs with ubd_open_dev) * ubd_new_disk -> ubd_disk_register (it handles registration with the block layer - one hopes this makes clearer the difference with ubd_add()) Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed