X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsfs.h;h=135c965c41374bc21d19ba224e1f54468c80a1e8;hb=1a1dc50442ef1a3e5ef938a8541466ac38d163a9;hp=cd1301a09b3b5a3886d8a7ee1eee1923a8cd1027;hpb=f42a44494bcdf03fc851c03d438464d59c0ceaf5;p=linux-2.6 diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index cd1301a09b..135c965c41 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -95,12 +95,11 @@ extern int cifs_setxattr(struct dentry *, const char *, const void *, size_t, int); extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); -extern int cifs_ioctl(struct inode *inode, struct file *filep, - unsigned int command, unsigned long arg); +extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); #ifdef CONFIG_CIFS_EXPERIMENTAL extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ -#define CIFS_VERSION "1.53" +#define CIFS_VERSION "1.54" #endif /* _CIFSFS_H */