]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 17 Apr 2021 00:35:20 +0000 (20:35 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:01 +0000 (17:09 -0400)
commit694015c2b1cf114577e4526c0aa370d0ed0a10e5
treee0c1330421d2185c6cd2f94ce234640655dcbc89
parentf02810a1a4cdcf643f6149396769e0fb38a94a78
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack

Upcoming patch is going to disallow multiple btree_trans on the stack.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io.c