summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/dcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index b9d0ea22..3317fe34 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -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))