]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: handle nfs4_get_referral failure
authorDominique Martinet <dominique.martinet@cea.fr>
Thu, 4 Jun 2015 15:04:17 +0000 (17:04 +0200)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 10 Jun 2015 22:28:02 +0000 (18:28 -0400)
commit5cd5b286ff2b8afc711e7abfca5e12f7f2673262
treef66299d0b5ad321346b2c9f07b2fc74827160b84
parenta67288ca11930e0fc5a53f198f5ec4f44b988445
NFSv4: handle nfs4_get_referral failure

nfs4_proc_lookup_common is supposed to return a posix error, we have to
handle any error returned that isn't errno

Reported-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c