commit | 791236b85c2dfd3bc6b857431658efb49de83343 | [log] [tgz] |
---|---|---|
author | Joshua Ashton <joshua@froggi.es> | Sat Aug 12 15:47:45 2023 +0100 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:10 2023 -0400 |
tree | 39cafc783b275e3b17ba638d2a6cca4ba6f25142 | |
parent | e6375481c9efb765687cc4d6c1396b335c3d5ef1 [diff] |
bcachefs: Add btree_trans* to inode_set_fn This will be used when we need to re-hash a directory tree when setting flags. It is not possible to have concurrent btree_trans on a thread. Signed-off-by: Joshua Ashton <joshua@froggi.es> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>