Porting.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 29 Jan 2010 22:11:26 +0000 (22:11 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 29 Jan 2010 22:11:26 +0000 (22:11 +0000)
linux-2.6-591-chopstix-intern.patch

index e3bc649..2ef7765 100644 (file)
@@ -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;