From: Steve French Date: Tue, 2 Dec 2008 20:52:28 +0000 (+0000) Subject: [CIFS] fix typo X-Git-Tag: v2.6.29-rc1~582^2~18 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3de2091ac722e7dbc37d87d9112ab19ec6a871de;p=~emulex%2Finfiniband.git [CIFS] fix typo Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index fb676076946..2ce04c73d74 100644 --- a/fs/cifs/cifsfs.h +++ b/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 */