projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869d81d
)
[GFS2] Remove unused ioctls and unused structure
author
David Teigland
<teigland@redhat.com>
Wed, 18 Jan 2006 08:53:38 +0000
(08:53 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 18 Jan 2006 08:53:38 +0000
(08:53 +0000)
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
include/linux/gfs2_ioctl.h
patch
|
blob
|
history
diff --git
a/include/linux/gfs2_ioctl.h
b/include/linux/gfs2_ioctl.h
index
dde9840
..
ca96328
100644
(file)
--- 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__ */