Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jan 2025 21:06:28 +0000 (13:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jan 2025 21:06:28 +0000 (13:06 -0800)
commit1851bccf608a28ac5ec9410764dda9a46828213b
tree6079605282fd9a1d6cf8abc05a59dd6054fabcc0
parentb971424b6e3cbea5c017061fedda6a5f74e142cd
parent7c9d9223802fbed4dee1ae301661bf346964c9d2
Merge tag 'gfs2-for-6.14' of git://git./linux/kernel/git/gfs2/linux-gfs2

Pull gfs2 updates from Andreas Gruenbacher:

 - In the quota code, to avoid spurious audit messages, don't call
   capable() when quotas are off

 - When changing the 'j' flag of an inode, truncate the inode address
   space to avoid mixing "buffer head" and "iomap" pages

* tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
  gfs2: reorder capability check last