mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
committed by
David Sterba
parent
b93fa4acbb
commit
1a332502c8
@@ -27,6 +27,7 @@ enum btrfs_reserve_flush_enum {
|
|||||||
* - Running delayed refs
|
* - Running delayed refs
|
||||||
* - Running delalloc and waiting for ordered extents
|
* - Running delalloc and waiting for ordered extents
|
||||||
* - Allocating a new chunk
|
* - Allocating a new chunk
|
||||||
|
* - Committing transaction
|
||||||
*/
|
*/
|
||||||
BTRFS_RESERVE_FLUSH_EVICT,
|
BTRFS_RESERVE_FLUSH_EVICT,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user