From 39de39d92ee02fba9e18e91e14031e3357692bef Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 29 Jan 2010 22:07:10 +0000 Subject: [PATCH] Change of convention in 27 --- linux-2.6-591-chopstix-intern.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-591-chopstix-intern.patch b/linux-2.6-591-chopstix-intern.patch index 1013638ef..4a3d0fd37 100644 --- a/linux-2.6-591-chopstix-intern.patch +++ b/linux-2.6-591-chopstix-intern.patch @@ -268,8 +268,8 @@ diff -Nurb linux-2.6.27-590/fs/exec.c linux-2.6.27-591/fs/exec.c + #ifdef CONFIG_CHOPSTIX + unsigned long cookie; + extern void (*rec_event)(void *, unsigned int); -+ if (rec_event && !nd.dentry->d_cookie) -+ get_dcookie(nd.dentry, nd.mnt, &cookie); ++ if (rec_event && !nd.path.dentry->d_cookie) ++ get_dcookie(nd.path.dentry, nd.path.mnt, &cookie); + #endif + return file; -- 2.47.0