From: Badari Pulavarty Date: Sat, 16 Jun 2007 17:15:59 +0000 (-0700) Subject: Restore shmid as inode# to fix /proc/pid/maps ABI breakage X-Git-Tag: v2.6.22-rc5~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30475cc12a50816f290828fb7e3cd7036cd622df;p=pandora-kernel.git Restore shmid as inode# to fix /proc/pid/maps ABI breakage shmid used to be stored as inode# for shared memory segments. Some of the proc-ps tools use this from /proc/pid/maps. Recent cleanups to newseg() changed it. This patch sets inode number back to shared memory id to fix breakage. Signed-off-by: Badari Pulavarty Cc: "Albert Cahalan" Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed