inotify: fix race
[linux-2.6.22.y-op.git] / fs / ocfs2 / ioctl.h
blob4d6c4f430d0d14e174bf89c490128014421c14f4
1 /*
2 * ioctl.h
4 * Function prototypes
6 * Copyright (C) 2006 Herbert Poetzl
8 */
10 #ifndef OCFS2_IOCTL_H
11 #define OCFS2_IOCTL_H
13 int ocfs2_ioctl(struct inode * inode, struct file * filp,
14 unsigned int cmd, unsigned long arg);
15 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
17 #endif /* OCFS2_IOCTL_H */