From ea2e287fe36593c659a1220125a074913f46457f Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 18 Jan 2006 08:53:38 +0000 Subject: [PATCH] --- yaml --- r: 38577 b: refs/heads/master c: cd1344fe322cd9d95b2c0f011d6766677cfcb29b h: refs/heads/master i: 38575: c072edf9cd2c454cb1fa311840820386db31dd6c v: v3 --- [refs] | 2 +- trunk/include/linux/gfs2_ioctl.h | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/[refs] b/[refs] index 3c27e0ee32db..e8cbdb477373 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 869d81df53ad28ce78fc92504b3365b8196a2fa1 +refs/heads/master: cd1344fe322cd9d95b2c0f011d6766677cfcb29b diff --git a/trunk/include/linux/gfs2_ioctl.h b/trunk/include/linux/gfs2_ioctl.h index dde9840b1c30..ca9632862833 100644 --- a/trunk/include/linux/gfs2_ioctl.h +++ b/trunk/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__ */