diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 8fe0675120ac..3f29bd224ba1 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -416,7 +416,7 @@ struct gfs2_args { | |||
416 | unsigned int ar_suiddir:1; /* suiddir support */ | 416 | unsigned int ar_suiddir:1; /* suiddir support */ |
417 | unsigned int ar_data:2; /* ordered/writeback */ | 417 | unsigned int ar_data:2; /* ordered/writeback */ |
418 | unsigned int ar_meta:1; /* mount metafs */ | 418 | unsigned int ar_meta:1; /* mount metafs */ |
419 | unsigned int ar_num_glockd; /* Number of glockd threads */ | 419 | unsigned int ar_discard:1; /* discard requests */ |
420 | }; | 420 | }; |
421 | 421 | ||
422 | struct gfs2_tune { | 422 | struct gfs2_tune { |