Merge patch series "include/linux/fs.h: add inode_lock_killable()"
authorChristian Brauner <brauner@kernel.org>
Thu, 15 May 2025 10:03:18 +0000 (12:03 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 15 May 2025 10:03:18 +0000 (12:03 +0200)
Try and make a few filesystem operations killable on the VFS
inode->i_mutex level.

* patches from https://lore.kernel.org/20250513150327.1373061-1-max.kellermann@ionos.com:
  fs/read_write: make default_llseek() killable
  fs/open: make do_truncate() killable
  fs/open: make chmod_common() and chown_common() killable
  include/linux/fs.h: add inode_lock_killable()

Link: https://lore.kernel.org/20250513150327.1373061-1-max.kellermann@ionos.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge