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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap fix from Darrick Wong:
"A single iomap bug fix for a variable type mistake on 32-bit
architectures, fixing an integer overflow problem in the unshare
actor"

* tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
iomap: Fix unsharing of an extent >2GB on a 32-bit machine

+1 -1
+1 -1
fs/iomap/buffered-io.c
··· 870 870 struct iomap *iomap, struct iomap *srcmap) 871 871 { 872 872 long status = 0; 873 - ssize_t written = 0; 873 + loff_t written = 0; 874 874 875 875 /* don't bother with blocks that are not shared to start with */ 876 876 if (!(iomap->flags & IOMAP_F_SHARED))