public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* trivial ->setattr cleanups
@ 2026-03-25  6:36 Christoph Hellwig
  2026-03-25  6:36 ` [PATCH 1/5] hfs: update comments on hfs_inode_setattr Christoph Hellwig
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Christoph Hellwig @ 2026-03-25  6:36 UTC (permalink / raw)
  To: Al Viro, Christian Brauner, David Sterba, Viacheslav Dubeyko,
	John Paul Adrian Glaubitz, Yangtao Li
  Cc: Jan Kara, linux-fsdevel

Hi all,

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.

Diffstat:
 adfs/adfs.h       |    4 ++--
 adfs/dir.c        |    2 +-
 adfs/file.c       |    2 +-
 adfs/inode.c      |    6 ++----
 affs/affs.h       |    2 +-
 affs/dir.c        |    2 +-
 affs/file.c       |    2 +-
 affs/inode.c      |    5 ++---
 affs/symlink.c    |    2 +-
 hfs/inode.c       |   21 ++-------------------
 proc/base.c       |   22 +++++++++++-----------
 proc/fd.c         |    6 +++---
 proc/generic.c    |    8 ++++----
 proc/internal.h   |    4 ++--
 proc/namespaces.c |    4 ++--
 proc/proc_net.c   |    2 +-
 16 files changed, 37 insertions(+), 57 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-03-26 14:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25  6:36 trivial ->setattr cleanups Christoph Hellwig
2026-03-25  6:36 ` [PATCH 1/5] hfs: update comments on hfs_inode_setattr Christoph Hellwig
2026-03-25 11:52   ` Jan Kara
2026-03-25 16:38   ` vdubeyko
2026-03-25  6:36 ` [PATCH 2/5] adfs: rename adfs_notify_change to adfs_setattr Christoph Hellwig
2026-03-25 11:53   ` Jan Kara
2026-03-25  6:36 ` [PATCH 3/5] affs: rename affs_notify_change to affs_setattr Christoph Hellwig
2026-03-25 11:54   ` Jan Kara
2026-03-25  6:36 ` [PATCH 4/5] proc: rename proc_setattr to proc_nochmod_setattr Christoph Hellwig
2026-03-25 11:56   ` Jan Kara
2026-03-25  6:36 ` [PATCH 5/5] proc: rename proc_notify_change to proc_setattr Christoph Hellwig
2026-03-25 12:12   ` Jan Kara
2026-03-26 14:18 ` trivial ->setattr cleanups Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox