projects
/
wrapfs-4.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bd354
)
Wrapfs: declare MODULE_ALIAS_FS
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 5 Jun 2013 03:19:32 +0000
(23:19 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 19:05:09 +0000
(14:05 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/main.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/main.c
b/fs/wrapfs/main.c
index 6d4803362e08ecfed10c3889cff6e0995b0986f0..73153fd0929750ae996d09c490e4025454612521 100644
(file)
--- a/
fs/wrapfs/main.c
+++ b/
fs/wrapfs/main.c
@@
-133,6
+133,7
@@
static struct file_system_type wrapfs_fs_type = {
.kill_sb = generic_shutdown_super,
.fs_flags = 0,
};
+MODULE_ALIAS_FS(WRAPFS_NAME);
static int __init init_wrapfs_fs(void)
{