Fix build with gcc 11

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-04-07 23:34:34 -04:00
parent 24f9bd29a6
commit 3af7cf7550

View File

@ -9,7 +9,7 @@ struct dentry {
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(n) (struct qstr)QSTR_INIT(n, strlen(n))