From: Jeff Layton Date: Mon, 31 Mar 2008 19:01:58 +0000 (-0400) Subject: NFS: initialize flags field in nfs_open_context X-Git-Tag: v2.6.25-rc9~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d3aac04175c35564cc5982934b68bc4f89a76d;p=pandora-kernel.git NFS: initialize flags field in nfs_open_context The nfs_open_context struct had a "flags" field added recently, but the allocator isn't initializing it. It also looks like the allocator isn't initializing the mode or list either, but they seem to be overwritten by the caller, so that's less of an issue. Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed