Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[GFS2] Remove unused ioctls and unused structure

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

authored by

David Teigland and committed by
Steven Whitehouse
cd1344fe 869d81df

-11
-11
include/linux/gfs2_ioctl.h
··· 14 14 15 15 /* Ioctls implemented */ 16 16 17 - #define GFS2_IOCTL_IDENTIFY _GFS2C_(1) 18 - #define GFS2_IOCTL_SUPER _GFS2C_(2) 19 17 #define GFS2_IOCTL_SETFLAGS _GFS2C_(3) 20 18 #define GFS2_IOCTL_GETFLAGS _GFS2C_(4) 21 - 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 19 31 20 #endif /* ___GFS2_IOCTL_DOT_H__ */ 32 21