From fa37f09c5b2faa0fd15ab24eaa08cac9d506419c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 8 Aug 2008 11:58:08 -0400 Subject: Updated KERNEL_VERSION in file2name Signed-off-by: Steve Dickson --- tapset/fs.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit