diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-04 14:29:30 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-04 14:29:30 -0400 |
commit | 55eccc6d00cea224bf634d44e9871cfe83200ff2 (patch) | |
tree | 1fffca6fbacad1650b27e493a406aad0e347a7a6 /fs/gfs2/incore.h | |
parent | 76467874b83835129dc454e3a7a8e5d1186101b0 (diff) |
[GFS2] Finish off ioctl support
This puts the finishing touches to the ioctl support and also
removes a couple of unused fields from GFS2's private per file
structure.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index b5a994d1b5..423cfa72b4 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -277,12 +277,8 @@ enum { | |||
277 | 277 | ||
278 | struct gfs2_file { | 278 | struct gfs2_file { |
279 | unsigned long f_flags; /* GFF_... */ | 279 | unsigned long f_flags; /* GFF_... */ |
280 | |||
281 | struct mutex f_fl_mutex; | 280 | struct mutex f_fl_mutex; |
282 | struct gfs2_holder f_fl_gh; | 281 | struct gfs2_holder f_fl_gh; |
283 | |||
284 | struct gfs2_inode *f_inode; | ||
285 | struct file *f_vfile; | ||
286 | }; | 282 | }; |
287 | 283 | ||
288 | struct gfs2_revoke { | 284 | struct gfs2_revoke { |