[PATCH] v9fs: fix for access to unitialized variables or freed memory
authorLatchesar Ionkov <lucho@advancedsolutions.com>
Wed, 8 Mar 2006 05:55:42 +0000 (21:55 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Mar 2006 22:14:02 +0000 (14:14 -0800)
commit731805b49489055c1548f7ccfbd44c9b84013264
tree8ff2ee8091a911a6dfb15e02bfcb61d7a9af46b7
parented2da193fe6671fe4d7e34041bae40308d18247f
[PATCH] v9fs: fix for access to unitialized variables or freed memory

Miscellaneous fixes related to accessing uninitialized variables or memory
that was already freed.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/9p.c
fs/9p/trans_fd.c
fs/9p/vfs_inode.c
fs/9p/vfs_super.c