ocfs2: Implement compat_ioctl()

We need this to support 32 bit system calls on 64 bit kernels.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
这个提交包含在:
Mark Fasheh
2007-03-09 15:56:28 -08:00
父节点 40caf5ea5a
当前提交 586d232b19
修改 4 个文件,包含 32 行新增0 行删除

查看文件

@@ -12,5 +12,6 @@
int ocfs2_ioctl(struct inode * inode, struct file * filp,
unsigned int cmd, unsigned long arg);
long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
#endif /* OCFS2_IOCTL_H */