[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080522225654.745ae5a2@core>
Date:	Thu, 22 May 2008 22:56:54 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	vandrove@...cvut.cz, linux-kernel@...r.kernel.org
Subject: [PATCH] ncpfs: Push the BKL ioctl down - headers
Nearly missed one
Signed-off-by: Alan Cox <alan@...hat.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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists