[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>
This commit is contained in:
Steven Whitehouse
2006-04-04 14:29:30 -04:00
parent 76467874b8
commit 55eccc6d00
2 changed files with 13 additions and 13 deletions

View File

@@ -277,12 +277,8 @@ enum {
struct gfs2_file {
unsigned long f_flags; /* GFF_... */
struct mutex f_fl_mutex;
struct gfs2_holder f_fl_gh;
struct gfs2_inode *f_inode;
struct file *f_vfile;
};
struct gfs2_revoke {