From: Al Viro Date: Mon, 28 Apr 2008 00:04:15 +0000 (-0400) Subject: [PATCH] fix sysctl_nr_open bugs X-Git-Tag: v2.6.26-rc1~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c598b3428c372a1209597cee99a70da20625876;p=pandora-kernel.git [PATCH] fix sysctl_nr_open bugs * if luser with root sets it to something that is not a multiple of BITS_PER_LONG, the system is screwed. * if it gets decreased at the wrong time, we can get expand_files() returning success and _not_ increasing the size of table as asked. Signed-off-by: Al Viro --- Reading git-diff-tree failed