You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Define EOWNERDEAD and ENOTRECOVERABLE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -119,6 +119,10 @@
|
|||||||
#define EOWNERDEAD 165 /* Owner died */
|
#define EOWNERDEAD 165 /* Owner died */
|
||||||
#define ENOTRECOVERABLE 166 /* State not recoverable */
|
#define ENOTRECOVERABLE 166 /* State not recoverable */
|
||||||
|
|
||||||
|
/* for robust mutexes */
|
||||||
|
#define EOWNERDEAD 165 /* Owner died */
|
||||||
|
#define ENOTRECOVERABLE 166 /* State not recoverable */
|
||||||
|
|
||||||
#define EDQUOT 1133 /* Quota exceeded */
|
#define EDQUOT 1133 /* Quota exceeded */
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|||||||
Reference in New Issue
Block a user