* [PATCH] reiser4: add module alias for 'reiser4' filesystem
@ 2013-12-12 5:58 Ivan Shapovalov
0 siblings, 0 replies; only message in thread
From: Ivan Shapovalov @ 2013-12-12 5:58 UTC (permalink / raw)
To: reiserfs-devel; +Cc: Ivan Shapovalov
---
fs/reiser4/super_ops.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fs/reiser4/super_ops.c b/fs/reiser4/super_ops.c
index ad13cc5..da89851 100644
--- a/fs/reiser4/super_ops.c
+++ b/fs/reiser4/super_ops.c
@@ -764,6 +764,8 @@ static void __exit done_reiser4(void)
module_init(init_reiser4);
module_exit(done_reiser4);
+MODULE_ALIAS_FS("reiser4");
+
MODULE_DESCRIPTION("Reiser4 filesystem");
MODULE_AUTHOR("Hans Reiser <Reiser@Namesys.COM>");
--
1.8.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-12 5:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 5:58 [PATCH] reiser4: add module alias for 'reiser4' filesystem Ivan Shapovalov
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).