diff options
author | Naohiro Aota <naohiro.aota@wdc.com> | 2021-02-05 17:58:36 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-02-09 04:52:24 +0300 |
commit | b528f467132713a03984b0f9592073d75677c501 (patch) | |
tree | d72e78acac82d542aa1de05db6a36f9b5181ec00 /drivers/tty/serial/serial_mctrl_gpio.h | |
parent | 3ddebf27fcd3a910989c85a3bfc9085225038c5b (diff) | |
download | linux-b528f467132713a03984b0f9592073d75677c501.tar.xz |
btrfs: zoned: deal with holes writing out tree-log pages
Since the zoned filesystem requires sequential write out of metadata, we
cannot proceed with a hole in tree-log pages. When such a hole exists,
btree_write_cache_pages() will return -EAGAIN. This happens when someone,
e.g., a concurrent transaction commit, writes a dirty extent in this
tree-log commit.
If we are not going to wait for the extents, we can hope the concurrent
writing fills the hole for us. So, we can ignore the error in this case and
hope the next write will succeed.
If we want to wait for them and got the error, we cannot wait for them
because it will cause a deadlock. So, let's bail out to a full commit in
this case.
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'drivers/tty/serial/serial_mctrl_gpio.h')
0 files changed, 0 insertions, 0 deletions