projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2cb86d
)
ANDROID: sdcardfs: declare MODULE_ALIAS_FS
author
Daniel Rosenberg
<drosen@google.com>
Fri, 10 Mar 2017 04:59:18 +0000
(20:59 -0800)
committer
Daniel Rosenberg
<drosen@google.com>
Tue, 30 Jan 2018 03:40:05 +0000
(19:40 -0800)
From commit
ee616b78aa87
("Wrapfs: declare MODULE_ALIAS_FS")
Signed-off-by: Daniel Rosenberg <drosen@google.com>
bug:
35766959
Change-Id: Ia4728ab49d065b1d2eb27825046f14b97c328cba
fs/sdcardfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/main.c
b/fs/sdcardfs/main.c
index 7a8eae29e44dcfde56ae2971bc08d07776224cac..4e2aded8d1d9e2d02df432053860e3b814b41b34 100644
(file)
--- a/
fs/sdcardfs/main.c
+++ b/
fs/sdcardfs/main.c
@@
-432,6
+432,7
@@
static struct file_system_type sdcardfs_fs_type = {
.kill_sb = sdcardfs_kill_sb,
.fs_flags = 0,
};
+MODULE_ALIAS_FS(SDCARDFS_NAME);
static int __init init_sdcardfs_fs(void)
{