Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38594
b: refs/heads/master
c: 8ca05c6
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Jan 24, 2006
1 parent 550ba98 commit 94b21fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 044399b2cb6ad2d7f63cfca945268853d7443a4d
refs/heads/master: 8ca05c60de49c3bb523a435abc216b6b6eeb1067
1 change: 1 addition & 0 deletions trunk/Documentation/ioctl-number.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Code Seq# Include File Comments
'e' 00-1F linux/video_encoder.h conflict!
'e' 00-1F net/irda/irtty.h conflict!
'f' 00-1F linux/ext2_fs.h
'g' 00-1F linux/gfs2_ioctl.h
'h' 00-7F Charon filesystem
<mailto:zapman@interlan.net>
'i' 00-3F linux/i2o.h
Expand Down
8 changes: 2 additions & 6 deletions trunk/include/linux/gfs2_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
#ifndef __GFS2_IOCTL_DOT_H__
#define __GFS2_IOCTL_DOT_H__

#define _GFS2C_(x) (('G' << 16) | ('2' << 8) | (x))

/* Ioctls implemented */

#define GFS2_IOCTL_SETFLAGS _GFS2C_(3)
#define GFS2_IOCTL_GETFLAGS _GFS2C_(4)
#define GFS2_IOCTL_SETFLAGS _IOW('g', 3, long)
#define GFS2_IOCTL_GETFLAGS _IOR('g', 4, long)

#endif /* ___GFS2_IOCTL_DOT_H__ */

0 comments on commit 94b21fb

Please sign in to comment.