]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ab2d0187e3968f02ffc3db2501112d6f155a701
tree956205e6be9f70d39124faa464111c2a821f75e4
parent32c803001959ae3cf69deed61e3c3279e40b1e6b
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