commit | 5902cc283c060f0a006ee9b2f2a64855a09399b4 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Mon Sep 04 05:38:30 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:12 2023 -0400 |
tree | c7d2e909fa088255d845fe205394397581ed4bb3 | |
parent | 1809b8cba756d32bd6e976ed4ee64efdf66c6d94 [diff] |
bcachefs: New io_misc.c helpers This pulls the non vfs specific parts of truncate and finsert/fcollapse out of fs-io.c, and moves them to io_misc.c. This is prep work for logging these operations, to make them atomic in the event of a crash. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>