btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush method
authorFilipe Manana <fdmanana@suse.com>
Tue, 21 Mar 2023 11:13:40 +0000 (11:13 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Apr 2023 16:01:18 +0000 (18:01 +0200)
commit1a332502c8536fdc50dbf3c2a78f22981251e4fc
tree273283aaf43ae1bcaa9e132e33b956919ae37ff2
parentb93fa4acbb57470d48de381ec4aef3f481b32d67
btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush method

The BTRFS_RESERVE_FLUSH_EVICT flush method can also commit transactions,
see the definition of the evict_flush_states const array at space-info.c,
but the documentation for it at space-info.h does not mention it.
So update the documentation.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/space-info.h