From: Venkateswararao Jujjuri (JV) Date: Fri, 14 Jan 2011 00:33:00 +0000 (-0800) Subject: [fs/9p] Initialze cached acls both in cached/uncached mode. X-Git-Tag: v2.6.39-rc1~489^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d344b0fb72e00339625464c5a29711906fa70b8b;p=pandora-kernel.git [fs/9p] Initialze cached acls both in cached/uncached mode. With create/mkdir/mknod in non cached mode we initialize the inode using v9fs_get_inode. v9fs_get_inode doesn't initialize the cache inode value to NULL. This is causing to trip on BUG_ON in v9fs_get_cached_acl. Fix is to initialize acls to NULL and not to leave them in ACL_NOT_CACHED state. Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen Reviewed-by: Aneesh Kumar K.V --- Reading git-diff-tree failed