From: Andreas Gruenbacher Date: Wed, 22 Jun 2005 17:16:28 +0000 (+0000) Subject: [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs X-Git-Tag: v2.6.13-rc1~68^2~537^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213484254c65e3c39c59df454132748b1367f816;p=pandora-kernel.git [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs * Pointer arithmetic bug: p is in word units. This fixes a memory corruption with big acls. * Initialize pg_class to prevent a NULL pointer access. Signed-off-by: Andreas Gruenbacher Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed