public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit
@ 2024-08-24 12:07 Gaosheng Cui
  2024-08-29 14:27 ` Vasily Gorbik
  0 siblings, 1 reply; 2+ messages in thread
From: Gaosheng Cui @ 2024-08-24 12:07 UTC (permalink / raw)
  To: hca, gor, agordeev, borntraeger, svens, cuigaosheng1; +Cc: linux-s390

The hypfs_dbfs_exit() have been removed since
commit 3325b4d85799 ("s390/hypfs: factor out filesystem code"),
and now it is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/s390/hypfs/hypfs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h
index 65f4036fd541..83ebf54cca6b 100644
--- a/arch/s390/hypfs/hypfs.h
+++ b/arch/s390/hypfs/hypfs.h
@@ -78,7 +78,6 @@ struct hypfs_dbfs_file {
 	struct dentry		*dentry;
 };
 
-extern void hypfs_dbfs_exit(void);
 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
 
-- 
2.25.1


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

end of thread, other threads:[~2024-08-29 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 12:07 [PATCH -next] s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit Gaosheng Cui
2024-08-29 14:27 ` Vasily Gorbik

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