Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull ext2 fix from Jan Kara:
"Fix an ext2 bug introduced by changes in ext2 & iomap stepping on each
other toes (apparently ext2 driver does not get much testing in
linux-next)"

* tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
ext2: Fix ki_pos update for DIO buffered-io fallback case

-1
-1
fs/ext2/file.c
··· 258 258 goto out_unlock; 259 259 } 260 260 261 - iocb->ki_pos += status; 262 261 ret += status; 263 262 endbyte = pos + status - 1; 264 263 ret2 = filemap_write_and_wait_range(inode->i_mapping, pos,