diff options
author | David Teigland <teigland@redhat.com> | 2006-01-18 03:53:38 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-18 03:53:38 -0500 |
commit | cd1344fe322cd9d95b2c0f011d6766677cfcb29b (patch) | |
tree | 44a511ba91763f56d753c19827f93f9bf7a615fa /include | |
parent | 869d81df53ad28ce78fc92504b3365b8196a2fa1 (diff) |
[GFS2] Remove unused ioctls and unused structure
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/gfs2_ioctl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/gfs2_ioctl.h b/include/linux/gfs2_ioctl.h index dde9840b1c30..ca9632862833 100644 --- a/include/linux/gfs2_ioctl.h +++ b/include/linux/gfs2_ioctl.h | |||
@@ -14,19 +14,8 @@ | |||
14 | 14 | ||
15 | /* Ioctls implemented */ | 15 | /* Ioctls implemented */ |
16 | 16 | ||
17 | #define GFS2_IOCTL_IDENTIFY _GFS2C_(1) | ||
18 | #define GFS2_IOCTL_SUPER _GFS2C_(2) | ||
19 | #define GFS2_IOCTL_SETFLAGS _GFS2C_(3) | 17 | #define GFS2_IOCTL_SETFLAGS _GFS2C_(3) |
20 | #define GFS2_IOCTL_GETFLAGS _GFS2C_(4) | 18 | #define GFS2_IOCTL_GETFLAGS _GFS2C_(4) |
21 | 19 | ||
22 | struct gfs2_ioctl { | ||
23 | unsigned int gi_argc; | ||
24 | const char **gi_argv; | ||
25 | |||
26 | char __user *gi_data; | ||
27 | unsigned int gi_size; | ||
28 | uint64_t gi_offset; | ||
29 | }; | ||
30 | |||
31 | #endif /* ___GFS2_IOCTL_DOT_H__ */ | 20 | #endif /* ___GFS2_IOCTL_DOT_H__ */ |
32 | 21 | ||