diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2023-01-09 10:54:37 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-01-09 20:36:05 +0300 |
commit | feaf75658783a919410f8c2039dbc24b6a29603d (patch) | |
tree | 1cdf5c077f5cfa8af83841447f0f714945429ba1 /block/blk-mq-pci.c | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-feaf75658783a919410f8c2039dbc24b6a29603d.tar.xz |
nolibc: fix fd_set type
The kernel uses unsigned long for the fd_set bitmap,
but nolibc use u32. This works fine on little endian
machines, but fails on big endian. Convert to unsigned
long to fix this.
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'block/blk-mq-pci.c')
0 files changed, 0 insertions, 0 deletions