linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] backing_file accessors cleanup
@ 2025-06-07 11:53 Amir Goldstein
  2025-06-07 11:53 ` [PATCH 1/2] fs: constify file ptr in backing_file accessor helpers Amir Goldstein
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Amir Goldstein @ 2025-06-07 11:53 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Miklos Szeredi, Al Viro, Jan Kara, Linus Torvalds, linux-fsdevel

Christian,

As promissed, here is the backing_file accessors cleanup that
was dicussed on the overlayfs pr [1].

I have kept the ovl patch separate from the vfs patch, so that
the vfs patch could be backported to stable kernels, because
the ovl patch depends on master of today.

Thanks,
Amir.

[1] https://lore.kernel.org/linux-fsdevel/CAOQ4uxgFJCikAi4o4e9vzXTH=cUQGyvoo+cpdtfmBwJzutSCzw@mail.gmail.com/

Amir Goldstein (2):
  fs: constify file ptr in backing_file accessor helpers
  ovl: remove unneeded non-const conversion

 fs/backing-file.c   |  4 ++--
 fs/file_table.c     | 13 ++++++++-----
 fs/internal.h       |  1 +
 fs/overlayfs/file.c |  2 +-
 include/linux/fs.h  |  6 +++---
 5 files changed, 15 insertions(+), 11 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-06-11 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-07 11:53 [PATCH 0/2] backing_file accessors cleanup Amir Goldstein
2025-06-07 11:53 ` [PATCH 1/2] fs: constify file ptr in backing_file accessor helpers Amir Goldstein
2025-06-11 18:57   ` Al Viro
2025-06-11 20:59     ` Amir Goldstein
2025-06-07 11:53 ` [PATCH 2/2] ovl: remove unneeded non-const conversion Amir Goldstein
2025-06-11  9:13 ` [PATCH 0/2] backing_file accessors cleanup Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).