diff options
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r-- | include/linux/jbd2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index a32dcaec04e1..4d57955061f4 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -658,7 +658,9 @@ struct transaction_s | |||
658 | * waiting for it to finish. | 658 | * waiting for it to finish. |
659 | */ | 659 | */ |
660 | unsigned int t_synchronous_commit:1; | 660 | unsigned int t_synchronous_commit:1; |
661 | unsigned int t_flushed_data_blocks:1; | 661 | |
662 | /* Disk flush needs to be sent to fs partition [no locking] */ | ||
663 | int t_need_data_flush; | ||
662 | 664 | ||
663 | /* | 665 | /* |
664 | * For use by the filesystem to store fs-specific data | 666 | * For use by the filesystem to store fs-specific data |