]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 May 2020 18:31:12 +0000 (11:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 May 2020 18:31:12 +0000 (11:31 -0700)
commit771b5fc372478dd6e0847f2c1560ceeceac810d3
tree26d2658584a7ec456a55fdc3f63bcc5089220ba6
parentc392a2ccb7da8599b1cf02c0109fbd6538a867b4
parentc13953485a05c706c8efcf4454e41460659d1a2b
Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap fix from Darrick Wong:
 "Hoist the check for an unrepresentable FIBMAP return value into
  ioctl_fibmap.

  The internal kernel function can handle 64-bit values (and is needed
  to fix a regression on ext4 + jbd2). It is only the userspace ioctl
  that is so old that it cannot deal"

* tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  fibmap: Warn and return an error in case of block > INT_MAX