commit | b769590f33dcb04cb8efc4905030f4a41df08e2b | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Sat Apr 20 22:03:09 2024 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Wed May 08 17:29:20 2024 -0400 |
tree | 72355f9c0d9da44be67394abbaeab4d746c0bac9 | |
parent | f04158290d8bdd282899c6dc1539300df40b77d1 [diff] |
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>