bcachefs: Clean up inode alloc
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 21 Apr 2024 02:03:09 +0000 (22:03 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 8 May 2024 21:29:20 +0000 (17:29 -0400)
commitb769590f33dcb04cb8efc4905030f4a41df08e2b
tree72355f9c0d9da44be67394abbaeab4d746c0bac9
parentf04158290d8bdd282899c6dc1539300df40b77d1
bcachefs: Clean up inode alloc

There's no need to be using new_inode(); we can skip all that
indirection and make the code easier to follow.

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