NFS: Fix a warning in nfs4_async_handle_error
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jun 2008 20:42:05 +0000 (16:42 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:18 +0000 (12:09 -0400)
commit2e96d2867245668dbdb973729288cf69b9fafa66
tree8f8b0642beaf0f7d53e31963328dfbc992c5ac88
parent34e8f92831cb5c40b3137e47a3daf4c09016ef02
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>
fs/nfs/iostat.h
fs/nfs/nfs4proc.c