summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/fs.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/fs.stp b/tapset/fs.stp
index a6ba788..85956e9 100644
--- a/tapset/fs.stp
+++ b/tapset/fs.stp
@@ -10,7 +10,7 @@ function file2name:string(filep:long)
%{
char *start = NULL, buf[MAXSTRINGLEN];
struct file *file = (struct file *)(long) kread(&(THIS->filep));
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)
struct dentry *dentry = NULL;
struct vfsmount *mnt = NULL;