From: Guy Streeter Date: Tue, 23 Jan 2007 18:20:04 +0000 (-0600) Subject: [PATCH] correct sys_shmget allocation check X-Git-Tag: v2.6.20-rc6~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66d45e99eb7ca91822c3e3f6d7a98843c9626cb;p=pandora-kernel.git [PATCH] correct sys_shmget allocation check As written, sys_shmget will return ENOSPC when one page is still available for allocation. This patch corrects the test. Signed-off-by: Guy Streeter Signed-off-by: Linus Torvalds -- --- Reading git-diff-tree failed