X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsfs.h;h=25a6cbd155294351b0b13389c2fc2dca0b6fb43c;hb=cbfa66b88d5720b81b75e72e7de8116d338e6b30;hp=cd1301a09b3b5a3886d8a7ee1eee1923a8cd1027;hpb=4b18f2a9c3964f7612b7403dddc1d1ba5443ae24;p=linux-2.6 diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index cd1301a09b..25a6cbd155 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -95,8 +95,7 @@ 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;