Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> --
- Loading branch information