aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Harkes <[email protected]>2019-07-16 16:28:44 -0700
committerLinus Torvalds <[email protected]>2019-07-16 19:23:23 -0700
commitb6a18c60080fcff0921e81991fec049394fb04e9 (patch)
treea160382c10bcdf3fb88fa6c6fbee2d8ec1765cc5
parent936dae4525322fb46f6f7bb407c5663c83e5d353 (diff)
coda: bump module version
The out of tree module version had been bumped several times already, but we haven't kept this in-tree one in sync, partly because most changes go from here to the out-of-tree copy. Link: http://lkml.kernel.org/r/8b0ab50a2da2f0180ac32c79d91811b4d1d0bd8b.1558117389.git.jaharkes@cs.cmu.edu Signed-off-by: Jan Harkes <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Colin Ian King <[email protected]> Cc: Dan Carpenter <[email protected]> Cc: David Howells <[email protected]> Cc: Fabian Frederick <[email protected]> Cc: Mikko Rapeli <[email protected]> Cc: Sam Protsenko <[email protected]> Cc: Yann Droneaud <[email protected]> Cc: Zhouyang Jia <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--fs/coda/psdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index 3ac22a2b97e2..e80bda1de6c5 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -389,7 +389,7 @@ 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");
-MODULE_VERSION("6.6");
+MODULE_VERSION("6.11");
static int __init init_coda(void)
{