]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: Fix unsharing of an extent >2GB on a 32-bit machine
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 9 Jun 2020 03:58:29 +0000 (20:58 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 9 Jun 2020 03:58:29 +0000 (20:58 -0700)
commit03f49f0ae2cf4c09a8e98ade09f76c36141d6a88
treee9b82dcb519940e65e0801e316754e6b59f01ab6
parent8ecc5738678b2f445f0371be7f844ee9bb84f61d
iomap: Fix unsharing of an extent >2GB on a 32-bit machine

Widen the type used for counting the number of bytes unshared.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/iomap/buffered-io.c