]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NLM: nlm_lookup_file() may return NLMv4-specific error codes
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 13 Oct 2012 04:30:28 +0000 (00:30 -0400)
committerGuangyu Sun <guangyu.sun@oracle.com>
Tue, 6 Nov 2012 00:28:21 +0000 (16:28 -0800)
commit360b1851d2f0f11d9c4e3cbe4d34a3eea381ed6a
tree786f735dc2e9e71a8832b20b6c4fbadeccd5caac
parent2b36d99c8bdf5cb682fd1d1cded0afee63e2407f
NLM: nlm_lookup_file() may return NLMv4-specific error codes

commit cd0b16c1c3cda12dbed1f8de8f1a9b0591990724 upstream.

If the filehandle is stale, or open access is denied for some reason,
nlm_fopen() may return one of the NLMv4-specific error codes nlm4_stale_fh
or nlm4_failed. These get passed right through nlm_lookup_file(),
and so when nlmsvc_retrieve_args() calls the latter, it needs to filter
the result through the cast_status() machinery.

Failure to do so, will trigger the BUG_ON() in encode_nlm_stat...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Reported-by: Larry McVoy <lm@bitmover.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
fs/lockd/clntxdr.c
fs/lockd/svcproc.c