mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
define XATTR_CREATE/XATTR_REPLACE for systems with old headers
This commit is contained in:
parent
0abf87f973
commit
f652fdc962
@ -16,6 +16,14 @@
|
||||
#include <linux/spinlock.h>
|
||||
#include <uapi/linux/xattr.h>
|
||||
|
||||
#ifndef XATTR_CREATE
|
||||
#define XATTR_CREATE 0x1
|
||||
#endif
|
||||
|
||||
#ifndef XATTR_REPLACE
|
||||
#define XATTR_REPLACE 0x2
|
||||
#endif
|
||||
|
||||
struct inode;
|
||||
struct dentry;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user