]> git.hungrycats.org Git - linux/commit
Merge patch series "cleanup block-style layouts exports"
authorChristian Brauner <brauner@kernel.org>
Mon, 11 May 2026 09:11:55 +0000 (11:11 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 11 May 2026 09:11:55 +0000 (11:11 +0200)
commit79e33ddc62c03cce6c29f0792454e1d618228acf
treeeda7fe21f6bad797a060f5caa3ca4dbe1e2115d6
parent254f49634ee16a731174d2ae34bc50bd5f45e731
parentda9baa5470dcb077a7c9806f0925c60b530c470b
Merge patch series "cleanup block-style layouts exports"

Chuck Lever <cel@kernel.org> says:

This series cleanups the exportfs support for block-style layouts that
provide direct block device access.  This is preparation for supporting
exportfs of more than a single device per file system.

* patches from https://patch.msgid.link/20260423181854.743150-1-cel@kernel.org:
  exportfs,nfsd: rework checking for layout-based block device access support
  exportfs: don't pass struct iattr to ->commit_blocks
  exportfs: split out the ops for layout-based block device access
  nfsd/blocklayout: always ignore loca_time_modify

Link: https://patch.msgid.link/20260423181854.743150-1-cel@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>