]> 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)
commit4854b5c26bfb61e06fdaebb22ebce82f3bd08c14
treeef841790e488c14743965b857a2977c061e8c8ca
parentedb207dce8615fe568d4c91292cde2287d97e358
parentfd9edb095ce12fab4130757d8b140c6ea59ba672
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()