diff options
| author | Josef Bacik <josef@toxicpanda.com> | 2020-01-17 09:02:24 -0500 | 
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2020-03-23 17:01:24 +0100 | 
| commit | 3f1c64ce04387773d2b0d8ef6a7e573ff80e4436 (patch) | |
| tree | 78cc491d9041f9ef99b0ad1f523a06ba6f14e05f /include/trace/events | |
| parent | d923afe96d7eabbe868a478bae0997dfecb8a5a3 (diff) | |
| download | linux-3f1c64ce04387773d2b0d8ef6a7e573ff80e4436.tar.bz2 | |
btrfs: delete the ordered isize update code
Now that we have a safe way to update the isize, remove all of this code
as it's no longer needed.
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/trace/events')
| -rw-r--r-- | include/trace/events/btrfs.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h index 16ade35e8170..f1f2b6a04052 100644 --- a/include/trace/events/btrfs.h +++ b/include/trace/events/btrfs.h @@ -469,7 +469,6 @@ DEFINE_EVENT(  		{ (1 << BTRFS_ORDERED_PREALLOC), 	"PREALLOC" 	}, \  		{ (1 << BTRFS_ORDERED_DIRECT),	 	"DIRECT" 	}, \  		{ (1 << BTRFS_ORDERED_IOERR), 		"IOERR" 	}, \ -		{ (1 << BTRFS_ORDERED_UPDATED_ISIZE), 	"UPDATED_ISIZE"	}, \  		{ (1 << BTRFS_ORDERED_TRUNCATED), 	"TRUNCATED"	}) |