]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 15:48:37 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 15:48:37 +0000 (08:48 -0700)
commitb7f9a005ad8d1f47e701b5f99feecb3c6d7db834
treeef841790e488c14743965b857a2977c061e8c8ca
parent70bfdc9c5afb232481d1efbcd21021bd49ae969b
parente984e62e81bd99a2e8719e4a5aa6802de92ce18b
Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull ext2 and reiserfs updates from Jan Kara:
 "A fix for ext2 handling of a corrupted fs image and cleanups in ext2
  and reiserfs"

* tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  ext2: Add more validity checks for inode counts
  fs/reiserfs/inode: remove dead code in _get_block_create_0()
  fs/ext2: replace ternary operator with min_t()