commit | 2e96d2867245668dbdb973729288cf69b9fafa66 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 11 16:42:05 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 09 12:09:18 2008 -0400 |
tree | 8f8b0642beaf0f7d53e31963328dfbc992c5ac88 | |
parent | 34e8f92831cb5c40b3137e47a3daf4c09016ef02 [diff] |
NFS: Fix a warning in nfs4_async_handle_error We're not modifying the nfs_server when we call nfs_inc_server_stats and friends, so allow the compiler to pass 'const' pointers too. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>