From: Steve French Date: Mon, 21 Feb 2011 22:31:47 +0000 (+0000) Subject: [CIFS] update cifs version X-Git-Tag: upstream/snapshot3+hdmi~11423^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed9e8307e01d6d8d6170afcb2f00e1a471b87d4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [CIFS] update cifs version Update version to 1.71 so we can more easily spot modules with the last two fixes Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 4a33302..a9371b6 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -127,5 +127,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.70" +#define CIFS_VERSION "1.71" #endif /* _CIFSFS_H */