login
Header Space

 
 

[PATCH] ncpfs: Push the BKL ioctl down - headers

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <vandrove@...>, <linux-kernel@...>
Date: Thursday, May 22, 2008 - 5:56 pm

Nearly missed one

Signed-off-by: Alan Cox <alan@redhat.com>

diff --git a/include/linux/ncp_fs.h b/include/linux/ncp_fs.h
index 9f2d763..cf4f7b0 100644
--- a/include/linux/ncp_fs.h
+++ b/include/linux/ncp_fs.h
@@ -210,7 +210,7 @@ int ncp_date_dos2unix(__le16 time, __le16 date);
 void ncp_date_unix2dos(int unix_date, __le16 * time, __le16 * date);
 
 /* linux/fs/ncpfs/ioctl.c */
-int ncp_ioctl(struct inode *, struct file *, unsigned int, unsigned long);
+long ncp_ioctl(struct file *, unsigned int, unsigned long);
 long ncp_compat_ioctl(struct file *, unsigned int, unsigned long);
 
 /* linux/fs/ncpfs/sock.c */
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ncpfs: Push the BKL ioctl down - headers, Alan Cox, (Thu May 22, 5:56 pm)
speck-geostationary