We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5855c35 commit ec22493Copy full SHA for ec22493
include/linux/jbd2.h
@@ -459,7 +459,6 @@ struct jbd2_revoke_table_s;
459
* @h_ref: Reference count on this handle.
460
* @h_err: Field for caller's use to track errors through large fs operations.
461
* @h_sync: Flag for sync-on-close.
462
- * @h_jdata: Flag to force data journaling.
463
* @h_reserved: Flag for handle for reserved credits.
464
* @h_aborted: Flag indicating fatal error on handle.
465
* @h_type: For handle statistics.
@@ -491,7 +490,6 @@ struct jbd2_journal_handle
491
490
492
/* Flags [no locking] */
493
unsigned int h_sync: 1;
494
- unsigned int h_jdata: 1;
495
unsigned int h_reserved: 1;
496
unsigned int h_aborted: 1;
497
unsigned int h_type: 8;
0 commit comments