Skip to content

Commit ec22493

Browse files
Kemeng Shitytso
authored andcommitted
jbd2: remove unused h_jdata flag of handle
Flag h_jdata is not used, just remove it. Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Zhang Yi <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 5855c35 commit ec22493

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/jbd2.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ struct jbd2_revoke_table_s;
459459
* @h_ref: Reference count on this handle.
460460
* @h_err: Field for caller's use to track errors through large fs operations.
461461
* @h_sync: Flag for sync-on-close.
462-
* @h_jdata: Flag to force data journaling.
463462
* @h_reserved: Flag for handle for reserved credits.
464463
* @h_aborted: Flag indicating fatal error on handle.
465464
* @h_type: For handle statistics.
@@ -491,7 +490,6 @@ struct jbd2_journal_handle
491490

492491
/* Flags [no locking] */
493492
unsigned int h_sync: 1;
494-
unsigned int h_jdata: 1;
495493
unsigned int h_reserved: 1;
496494
unsigned int h_aborted: 1;
497495
unsigned int h_type: 8;

0 commit comments

Comments
 (0)