summaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume_types.h
blob: 9410b9587591e8c479765c911b3a586e5a6d0bef (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_SUBVOLUME_TYPES_H
#define _BCACHEFS_SUBVOLUME_TYPES_H

struct snapshot_id_list {
	u32		nr;
	u32		size;
	u32		*d;
};

#endif /* _BCACHEFS_SUBVOLUME_TYPES_H */