btrfs: remove unused btrfs_ordered_extent::outstanding_isize
authorDavid Sterba <dsterba@suse.com>
Tue, 21 Nov 2023 01:50:15 +0000 (02:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:01 +0000 (20:27 +0100)
commit3d72941664460153362f81ed66089d65538c3d39
tree14dbd30a1a9588a5ac90cc78c37d72ce8ea59913
parenta5e182d85fa55557496ad751c88a37f3c0590242
btrfs: remove unused btrfs_ordered_extent::outstanding_isize

The whole isize code was deleted in 5.6 3f1c64ce0438 ("btrfs: delete the
ordered isize update code"), except the struct member.  This was found
by tool https://github.com/jirislaby/clang-struct .

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ordered-data.h