From: Sapan Bhatia Date: Fri, 29 Jan 2010 22:10:44 +0000 (+0000) Subject: Continuation (porting from 2.6.22 -> 2.6.27) X-Git-Tag: linux-2.6-27-4~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a0927b2f88dd4dae7d30cd0acf1d8618d8119705;hp=39de39d92ee02fba9e18e91e14031e3357692bef;p=linux-2.6.git Continuation (porting from 2.6.22 -> 2.6.27) --- diff --git a/linux-2.6-591-chopstix-intern.patch b/linux-2.6-591-chopstix-intern.patch index 4a3d0fd37..e3bc649b3 100644 --- a/linux-2.6-591-chopstix-intern.patch +++ b/linux-2.6-591-chopstix-intern.patch @@ -269,7 +269,7 @@ diff -Nurb linux-2.6.27-590/fs/exec.c linux-2.6.27-591/fs/exec.c + unsigned long cookie; + extern void (*rec_event)(void *, unsigned int); + if (rec_event && !nd.path.dentry->d_cookie) -+ get_dcookie(nd.path.dentry, nd.path.mnt, &cookie); ++ get_dcookie(nd.path, &cookie); + #endif + return file;