commit | 1a0ba9ae485c5fd17d0bff2f14d9dd75b8985593 | [log] [tgz] |
---|---|---|
author | Amnon Aaronsohn <amnonaar@gmail.com> | Mon Apr 09 22:05:26 2007 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Apr 30 22:17:02 2007 -0700 |
tree | 7ff4d7658ce51b33a23a127dbe848bc076cdf597 | |
parent | d585158b608248a6ba8ae75e234672e048d3fde9 [diff] |
NFS: statfs error-handling fix The nfs statfs function returns a success code on error, and fills the output buffer with invalid values. The attached patch makes it return a correct error code instead. Signed-off-by: Amnon Aaronsohn <amnonaar@gmail.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> (Modified patch to reinstate the dprintk())