projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116ae5e
)
Update version number displayed by modinfo for cifs.ko
author
Steve French
<smfrench@gmail.com>
Tue, 16 Sep 2014 09:13:31 +0000
(
04:13
-0500)
committer
Steve French
<smfrench@gmail.com>
Tue, 16 Sep 2014 10:31:01 +0000
(
05:31
-0500)
Update cifs.ko version to 2.05
Signed-off-by: Steve French <smfrench@gmail.com>w
fs/cifs/cifsfs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsfs.h
b/fs/cifs/cifsfs.h
index b0fafa499505218fb0cecac43cfb9db4e9a77f26..002e0c17393903f62fe4e382acb23df44a9ccec7 100644
(file)
--- a/
fs/cifs/cifsfs.h
+++ b/
fs/cifs/cifsfs.h
@@
-136,5
+136,5
@@
extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* CONFIG_CIFS_NFSD_EXPORT */
-#define CIFS_VERSION "2.0
4
"
+#define CIFS_VERSION "2.0
5
"
#endif /* _CIFSFS_H */