* [PATCH] ncpfs: Push the BKL ioctl down - headers
@ 2008-05-22 21:56 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2008-05-22 21:56 UTC (permalink / raw)
To: vandrove, linux-kernel
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 */
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-22 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 21:56 [PATCH] ncpfs: Push the BKL ioctl down - headers Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox