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 <shikemeng@huaweicloud.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Zhang Yi <yi.zhang@huawei.com> Link: https://patch.msgid.link/20250123155014.2097920-2-shikemeng@huaweicloud.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent 5855c35 commit ec22493

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)