kernel_optimize_test/fs/9p
Venkateswararao Jujjuri (JV) d344b0fb72 [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 <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2011-03-15 09:57:33 -05:00
..
acl.c [fs/9p] Initialze cached acls both in cached/uncached mode. 2011-03-15 09:57:33 -05:00
acl.h
cache.c
cache.h
fid.c
fid.h
Kconfig
Makefile
v9fs_vfs.h switch 9p 2011-01-12 20:03:43 -05:00
v9fs.c
v9fs.h
vfs_addr.c
vfs_dentry.c switch 9p 2011-01-12 20:03:43 -05:00
vfs_dir.c
vfs_file.c
vfs_inode_dotl.c fs/9p: Don't set dentry->d_op in create routines 2011-01-11 09:58:08 -06:00
vfs_inode.c switch 9p 2011-01-12 20:03:43 -05:00
vfs_super.c switch 9p 2011-01-12 20:03:43 -05:00
xattr_user.c
xattr.c
xattr.h