Skip to content

Commit

Permalink
coda: update module information
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Harkes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jaharkes authored and Linus Torvalds committed Jul 19, 2007
1 parent 3cf01f2 commit 5b7f13b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions fs/coda/psdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,21 +373,20 @@ static int init_coda_psdev(void)
return err;
}


MODULE_AUTHOR("Peter J. Braam <[email protected]>");
MODULE_AUTHOR("Jan Harkes, Peter J. Braam");
MODULE_DESCRIPTION("Coda Distributed File System VFS interface");
MODULE_ALIAS_CHARDEV_MAJOR(CODA_PSDEV_MAJOR);
MODULE_LICENSE("GPL");
#ifdef CONFIG_CODA_FS_OLD_API
MODULE_VERSION("5.3.21");
#else
MODULE_VERSION("6.6");
#endif

static int __init init_coda(void)
{
int status;
int i;
printk(KERN_INFO "Coda Kernel/Venus communications, "
#ifdef CONFIG_CODA_FS_OLD_API
"v5.3.20"
#else
"v6.0.0"
#endif
", [email protected]\n");

status = coda_init_inodecache();
if (status)
Expand Down

0 comments on commit 5b7f13b

Please sign in to comment.