diff options
author | 2006-01-18 08:53:38 +0000 | |
---|---|---|
committer | 2006-01-18 08:53:38 +0000 | |
commit | cd1344fe322cd9d95b2c0f011d6766677cfcb29b (patch) | |
tree | 44a511ba91763f56d753c19827f93f9bf7a615fa | |
parent | [GFS2] An update of the GFS2 lock modules (diff) | |
download | wireguard-linux-cd1344fe322cd9d95b2c0f011d6766677cfcb29b.tar.xz wireguard-linux-cd1344fe322cd9d95b2c0f011d6766677cfcb29b.zip |
[GFS2] Remove unused ioctls and unused structure
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
-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 @@ /* Ioctls implemented */ -#define GFS2_IOCTL_IDENTIFY _GFS2C_(1) -#define GFS2_IOCTL_SUPER _GFS2C_(2) #define GFS2_IOCTL_SETFLAGS _GFS2C_(3) #define GFS2_IOCTL_GETFLAGS _GFS2C_(4) -struct gfs2_ioctl { - unsigned int gi_argc; - const char **gi_argv; - - char __user *gi_data; - unsigned int gi_size; - uint64_t gi_offset; -}; - #endif /* ___GFS2_IOCTL_DOT_H__ */ |