ANDROID: sdcardfs: update module info
Signed-off-by: Daniel Rosenberg <drosen@google.com> Change-Id: I958c7c226d4e9265fea8996803e5b004fb33d8ad
This commit is contained in:
parent
2e5e3fd117
commit
f1ef049be5
1 changed files with 9 additions and 4 deletions
|
@ -471,10 +471,15 @@ static void __exit exit_sdcardfs_fs(void)
|
|||
pr_info("Completed sdcardfs module unload\n");
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Erez Zadok, Filesystems and Storage Lab, Stony Brook University"
|
||||
" (http://www.fsl.cs.sunysb.edu/)");
|
||||
MODULE_DESCRIPTION("Wrapfs " SDCARDFS_VERSION
|
||||
" (http://wrapfs.filesystems.org/)");
|
||||
/* Original wrapfs authors */
|
||||
MODULE_AUTHOR("Erez Zadok, Filesystems and Storage Lab, Stony Brook University (http://www.fsl.cs.sunysb.edu/)");
|
||||
|
||||
/* Original sdcardfs authors */
|
||||
MODULE_AUTHOR("Woojoong Lee, Daeho Jeong, Kitae Lee, Yeongjin Gil System Memory Lab., Samsung Electronics");
|
||||
|
||||
/* Current maintainer */
|
||||
MODULE_AUTHOR("Daniel Rosenberg, Google");
|
||||
MODULE_DESCRIPTION("Sdcardfs " SDCARDFS_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(init_sdcardfs_fs);
|
||||
|
|
Loading…
Reference in a new issue