From b3370a536a6c526ed3dad9c3ba56076e3ade3676 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 29 Jan 2010 22:11:26 +0000 Subject: [PATCH] Porting. --- linux-2.6-591-chopstix-intern.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-591-chopstix-intern.patch b/linux-2.6-591-chopstix-intern.patch index e3bc649b3..2ef776569 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, &cookie); ++ get_dcookie(&nd.path, &cookie); + #endif + return file; -- 2.47.0