From: Johannes Stezenbach Date: Mon, 29 Jan 2007 21:19:44 +0000 (-0800) Subject: [PATCH] uml: fix mknod X-Git-Tag: v2.6.20-rc7~44 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f6cd0c3bb5db2619103f834d4167b7d0d9899c;p=pandora-kernel.git [PATCH] uml: fix mknod Fix UML hostfs mknod(): userspace has differernt dev_t size and encoding than kernel, so extract major/minor and reencode using glibc makedev() macro. Signed-off-by: Johannes Stezenbach Acked-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed