]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "trivial ->setattr cleanups"
authorChristian Brauner <brauner@kernel.org>
Thu, 26 Mar 2026 14:17:00 +0000 (15:17 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 26 Mar 2026 14:17:00 +0000 (15:17 +0100)
commit3c1fc671d3968e847a20d7c2a4f9997f57e147c7
treee7cbd8aacd12f895fcc03796f20b01b436d72dce
parent388727ef1cdb5b92c482f53d6636557372c2ea1a
parent2ecd46d161faf4b038e02950c9d621a1ffcbd321
Merge patch series "trivial ->setattr cleanups"

Christoph Hellwig <hch@lst.de> says:

I've been looking into changes to ->setattr and noticed that we still
have a few instances where the method has the ages old notify_change
name.  Fix this up and include dusting off outdated comments.

* patches from https://patch.msgid.link/20260325063711.3298685-1-hch@lst.de:
  proc: rename proc_notify_change to proc_setattr
  proc: rename proc_setattr to proc_nochmod_setattr
  affs: rename affs_notify_change to affs_setattr
  adfs: rename adfs_notify_change to adfs_setattr
  hfs: update comments on hfs_inode_setattr

Link: https://patch.msgid.link/20260325063711.3298685-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>