mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
9f6bd30703
Disfavoured, and should go away. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
12 lines
376 B
C
12 lines
376 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_EXTENT_UPDATE_H
|
|
#define _BCACHEFS_EXTENT_UPDATE_H
|
|
|
|
#include "bcachefs.h"
|
|
|
|
int bch2_extent_atomic_end(struct btree_trans *, struct btree_iter *,
|
|
struct bkey_i *, struct bpos *);
|
|
int bch2_extent_trim_atomic(struct btree_trans *, struct btree_iter *,
|
|
struct bkey_i *);
|
|
|
|
#endif /* _BCACHEFS_EXTENT_UPDATE_H */
|