]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 01:00:35 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 01:00:35 +0000 (17:00 -0800)
commit4270cd5a68ff0fa45f2cf42e0ca0ad720b659775
tree2a5fd6e8885d397fdf7fbfa817bd13b6c5d8a9e9
parentd24c7c4c0bc70d7ca8221801711c51c5e997d3a3
parentadf923e834a007c43674e3df5b3c9747c05c600f
Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull ext2, udf, and quota update from Jan Kara:
 "Some ext2 cleanups, a fix for UDF crash on corrupted media, and one
  quota locking fix"

* tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.
  udf: Fix BUG on corrupted inode
  ext2: change reusable parameter to true when calling mb_cache_entry_create()
  ext2: remove redundant condition check
  ext2: avoid unnecessary operation in ext2_error()
fs/ext2/super.c
fs/ext2/xattr.c