aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/ioctl.c')
-rw-r--r--fs/ocfs2/ioctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c
index a6fda3c188a..a1a1bfd652c 100644
--- a/fs/ocfs2/ioctl.c
+++ b/fs/ocfs2/ioctl.c
@@ -28,8 +28,6 @@
28#include "suballoc.h" 28#include "suballoc.h"
29#include "move_extents.h" 29#include "move_extents.h"
30 30
31#include <linux/ext2_fs.h>
32
33#define o2info_from_user(a, b) \ 31#define o2info_from_user(a, b) \
34 copy_from_user(&(a), (b), sizeof(a)) 32 copy_from_user(&(a), (b), sizeof(a))
35#define o2info_to_user(a, b) \ 33#define o2info_to_user(a, b) \