VFS: Fix another open intent Oops
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Apr 2006 17:14:06 +0000 (13:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Apr 2006 16:43:46 +0000 (12:43 -0400)
commit95cf959b245832ad49bb333bf88f9805244b225d
tree956205e6be9f70d39124faa464111c2a821f75e4
parentd4a30e7e66c004da26dfe5229af7c10fe9853a7a
VFS: Fix another open intent Oops

If the call to nfs_intent_set_file() fails to open a file in
nfs4_proc_create(), we should return an error.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c