]> Git Repo - linux.git/commitdiff
Merge patch series "Filesystem page flags cleanup"
authorChristian Brauner <[email protected]>
Fri, 4 Oct 2024 07:24:28 +0000 (09:24 +0200)
committerChristian Brauner <[email protected]>
Fri, 4 Oct 2024 07:24:28 +0000 (09:24 +0200)
Matthew Wilcox (Oracle) <[email protected]> says:

The first four patches continue the work begun in 02e1960aafac to make
the mappedtodisk/owner_2 flag available to filesystems which don't use
buffer heads. The last two remove uses of Private2 (we're achingly close
to being rid of it entirely, but that doesn't seem like it'll land this
merge window).

* patches from https://lore.kernel.org/r/20241002040111.1023018[email protected]:
  migrate: Remove references to Private2
  ceph: Remove call to PagePrivate2()
  btrfs: Switch from using the private_2 flag to owner_2
  mm: Remove PageMappedToDisk
  nilfs2: Convert nilfs_copy_buffer() to use folios
  fs: Move clearing of mappedtodisk to buffer.c

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>

Trivial merge
This page took 0.054913 seconds and 4 git commands to generate.