]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: initialize flags field in nfs_open_context
authorJeff Layton <jlayton@redhat.com>
Mon, 31 Mar 2008 19:01:58 +0000 (15:01 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Apr 2008 01:06:53 +0000 (21:06 -0400)
commitb04f359da12ca81dae33c4d3cc23cf8268bafc5a
tree0b71ad81894f9d0beb0384691d50db71788f5504
parentaafb4121b2b3d9d8a0b1e331c26deb105541fa83
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 <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c