projects
/
unionfs-3.10.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326d211
)
Unionfs: port to 3.10
author
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 25 Nov 2013 04:10:59 +0000
(23:10 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 00:47:49 +0000
(19:47 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/main.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/main.c
b/fs/unionfs/main.c
index 325a94fd9bcb87e5b9fe90418bc544b0be78f84c..78f8c1a0917a46c5ba1e5c73c465eafe536dc486 100644
(file)
--- a/
fs/unionfs/main.c
+++ b/
fs/unionfs/main.c
@@
-702,6
+702,7
@@
static struct file_system_type unionfs_fs_type = {
.kill_sb = generic_shutdown_super,
.fs_flags = 0,
};
+MODULE_ALIAS_FS(UNIONFS_NAME);
static int __init init_unionfs_fs(void)
{