aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mpi/mpi-bit.c
diff options
context:
space:
mode:
authorBobby Powers <[email protected]>2012-02-22 05:29:47 +0000
committerH. Peter Anvin <[email protected]>2012-02-24 02:28:52 +0000
commitf044db4cb4bf16893812d35b5fbeaaf3e30c9215 (patch)
tree65d30aa0a19f6ff7db2be6fd1f1ac159ad1dc6f2 /lib/mpi/mpi-bit.c
parentDelete the __FD_*() funcs for operating on fd_set from linux/time.h (diff)
downloadkernel-f044db4cb4bf16893812d35b5fbeaaf3e30c9215.tar.gz
kernel-f044db4cb4bf16893812d35b5fbeaaf3e30c9215.zip
fs: Fix close_on_exec pointer in alloc_fdtable
alloc_fdtable allocates space for the open_fds and close_on_exec bitfields together, as 2 * nr / BITS_PER_BYTE. close_on_exec needs to point to open_fds + nr / BITS_PER_BYTE, not open_fds + nr / BITS_PER_LONG, as introducted in 1fd36adc: Replace the fd_sets in struct fdtable with an array of unsigned longs. Signed-off-by: Bobby Powers <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Acked-by: David Howells <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions