Sfoglia il codice sorgente

[CIFS] fix typo

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 16 anni fa
parent
commit
3de2091ac7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fs/cifs/cifsfs.h

+ 1 - 1
fs/cifs/cifsfs.h

@@ -101,5 +101,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
 extern const struct export_operations cifs_export_ops;
 #endif /* EXPERIMENTAL */
 
-#define CIFS_VERSION   "1.5666666"
+#define CIFS_VERSION   "1.56"
 #endif				/* _CIFSFS_H */