linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: unexport ioctl_getflags
@ 2025-11-18  7:09 Christoph Hellwig
  2025-11-18 10:48 ` Johannes Thumshirn
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Christoph Hellwig @ 2025-11-18  7:09 UTC (permalink / raw)
  To: brauner, viro; +Cc: jack, linux-fsdevel

No modular users, nor should there be any for a dispatcher like this.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/file_attr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/file_attr.c b/fs/file_attr.c
index 1dcec88c0680..63d62742fbb1 100644
--- a/fs/file_attr.c
+++ b/fs/file_attr.c
@@ -316,7 +316,6 @@ int ioctl_getflags(struct file *file, unsigned int __user *argp)
 		err = put_user(fa.flags, argp);
 	return err;
 }
-EXPORT_SYMBOL(ioctl_getflags);
 
 int ioctl_setflags(struct file *file, unsigned int __user *argp)
 {
-- 
2.47.3


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

end of thread, other threads:[~2025-11-19  9:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18  7:09 [PATCH] fs: unexport ioctl_getflags Christoph Hellwig
2025-11-18 10:48 ` Johannes Thumshirn
2025-11-18 15:59 ` Darrick J. Wong
2025-11-19  5:43   ` Christoph Hellwig
2025-11-19  0:30 ` Al Viro
2025-11-19  5:43   ` Christoph Hellwig
2025-11-19  8:42 ` Christian Brauner
2025-11-19  9:01   ` Christoph Hellwig
2025-11-19  9:53     ` Christian Brauner
2025-11-19  8:45 ` Christian Brauner
2025-11-19  9:03   ` Christoph Hellwig

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).