1
0
Fork 0
remarkable-linux/fs/exportfs
NeilBrown 09bb8bfffd exportfs: be careful to only return expected errors.
When nfsd calls fh_to_dentry, it expect ESTALE or ENOMEM as errors.
In particular it can be tempting to return ENOENT, but this is not
handled well by nfsd.

Rather than requiring strict adherence to error code code filesystems,
treat all unexpected error codes the same as ESTALE.  This is safest.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2016-10-06 09:07:44 -04:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
expfs.c exportfs: be careful to only return expected errors. 2016-10-06 09:07:44 -04:00