]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/errcode.h
Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixes
[bcachefs-tools-debian] / libbcachefs / errcode.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_ERRCODE_H
3 #define _BCACHEFS_ERRCODE_H
4
5 enum {
6         /* Bucket allocator: */
7         OPEN_BUCKETS_EMPTY =    2048,
8         FREELIST_EMPTY,         /* Allocator thread not keeping up */
9         INSUFFICIENT_DEVICES,
10 };
11
12 #endif /* _BCACHFES_ERRCODE_H */