diff options
| author | Jan Kara <jack@suse.cz> | 2026-03-26 10:54:28 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-03-26 15:03:31 +0100 |
| commit | b0439bbc29f020101ae19f1deca451422fdba953 (patch) | |
| tree | aec921cff2aaffc008f971240dad18ba8f8cc957 /fs/ext2/ext2.h | |
| parent | a8c8122a3dac55d25a1912b8fec9b8cd7366c37a (diff) | |
| download | linux-next-b0439bbc29f020101ae19f1deca451422fdba953.tar.gz linux-next-b0439bbc29f020101ae19f1deca451422fdba953.zip | |
ext2: Track metadata bhs in fs-private inode part
Track metadata bhs for an inode in fs-private part of the inode.
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20260326095354.16340-76-jack@suse.cz
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/ext2/ext2.h')
| -rw-r--r-- | fs/ext2/ext2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index 5e0c6c5fcb6c..3eb1f342645c 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -676,6 +676,7 @@ struct ext2_inode_info { #ifdef CONFIG_QUOTA struct dquot __rcu *i_dquot[MAXQUOTAS]; #endif + struct mapping_metadata_bhs i_metadata_bhs; }; /* |
