bcachefs: Break up io.c

More reorganization, this splits up io.c into
 - io_read.c
 - io_misc.c - fallocate, fpunch, truncate
 - io_write.c

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet
2023-09-10 18:05:17 -04:00
parent cbf57db53f
commit 1809b8cba7
34 changed files with 1751 additions and 1692 deletions

View File

@@ -14,7 +14,8 @@
#include "errcode.h"
#include "error.h"
#include "inode.h"
#include "io.h"
#include "io_read.h"
#include "io_write.h"
#include "journal_reclaim.h"
#include "keylist.h"
#include "move.h"