X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Flinux-2.6%2Fxfs_ioctl32.h;h=779f69a4811656a0f34b85a01192573ff0f8d4ed;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=0e24f08a9105ca65815d08c5593f6e1e820df2cf;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.h b/fs/xfs/linux-2.6/xfs_ioctl32.h index 0e24f08a9..779f69a48 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl32.h +++ b/fs/xfs/linux-2.6/xfs_ioctl32.h @@ -30,12 +30,5 @@ * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ */ -#include - -#ifdef CONFIG_COMPAT -extern int xfs_ioctl32_init(void); -extern void xfs_ioctl32_exit(void); -#else -static inline int xfs_ioctl32_init(void) { return 0; } -static inline void xfs_ioctl32_exit(void) { } -#endif +long xfs_compat_ioctl(struct file *f, unsigned cmd, unsigned long arg); +long xfs_compat_invis_ioctl(struct file *f, unsigned cmd, unsigned long arg);