From 69688045a9bc10f4082019c81254b2814151c65d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Thu, 7 Oct 2010 21:43:27 +0000 Subject: [PATCH] zaptel-1.4: Fix inode pointer SVN-Revision: 23312 --- libs/zaptel-1.4.x/patches/370-2.6.36.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/zaptel-1.4.x/patches/370-2.6.36.patch b/libs/zaptel-1.4.x/patches/370-2.6.36.patch index 43784f63d..bff07cae7 100644 --- a/libs/zaptel-1.4.x/patches/370-2.6.36.patch +++ b/libs/zaptel-1.4.x/patches/370-2.6.36.patch @@ -15,7 +15,7 @@ + int ret; + + lock_kernel(); -+ ret = zt_ioctl(file->f_mapping->host, file, cmd, data); ++ ret = zt_ioctl(file->f_path.dentry->d_inode, file, cmd, data); + unlock_kernel(); + + return ret; -- 2.30.2