summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/linux/k_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'klaptopdaemon/linux/k_compat.h')
-rw-r--r--klaptopdaemon/linux/k_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/klaptopdaemon/linux/k_compat.h b/klaptopdaemon/linux/k_compat.h
index d18eaa5..e6d581b 100644
--- a/klaptopdaemon/linux/k_compat.h
+++ b/klaptopdaemon/linux/k_compat.h
@@ -124,11 +124,11 @@
#endif
#if (LINUX_VERSION_CODE < VERSION(2,1,51))
-#define INVALIDATE_INODES(r) tqinvalidate_inodes(r)
+#define INVALIDATE_INODES(r) invalidate_inodes(r)
#else
#define INVALIDATE_INODES(r) \
do { struct super_block *sb = get_super(r); \
- if (sb) tqinvalidate_inodes(sb); } while (0)
+ if (sb) invalidate_inodes(sb); } while (0)
#endif
#if (LINUX_VERSION_CODE < VERSION(2,1,60))