mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Fix build with gcc 11
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
24f9bd29a6
commit
3af7cf7550
@ -9,7 +9,7 @@ struct dentry {
|
|||||||
struct inode *d_inode;
|
struct inode *d_inode;
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline void shrink_dcache_sb(struct super_block *) {}
|
static inline void shrink_dcache_sb(struct super_block *sb) {}
|
||||||
|
|
||||||
#define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
|
#define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
|
||||||
#define QSTR(n) (struct qstr)QSTR_INIT(n, strlen(n))
|
#define QSTR(n) (struct qstr)QSTR_INIT(n, strlen(n))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user