]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
orangefs_readahead: don't overflow the bufmap slot.
authorMike Marshall <hubcap@omnibond.com>
Thu, 2 Apr 2026 22:07:25 +0000 (18:07 -0400)
committerMike Marshall <hubcap@omnibond.com>
Tue, 7 Apr 2026 15:26:48 +0000 (11:26 -0400)
commit415e507cdefc510c01de8ab6644163327ee9a5d0
treeaa45791ff2ad3421c51eedc379402287249212b9
parent30f5059dba163550fb830af68cbd28ce78b1e0d2
orangefs_readahead: don't overflow the bufmap slot.

generic/340 showed that this caller of wait_for_direct_io was
sometimes asking for more than a bufmap slot could hold. This splits
the calls up if needed.

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/inode.c