Skip to content

Commit

Permalink
[GFS2] Remove unused ioctls and unused structure
Browse files Browse the repository at this point in the history
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Jan 18, 2006
1 parent 869d81d commit cd1344f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/linux/gfs2_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit cd1344f

Please sign in to comment.