]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec503015e3f8f77423704cc6919a2539c5c7da7f
tree8f8b0642beaf0f7d53e31963328dfbc992c5ac88
parent67004f2f9c978ca0eb211104739788c15aa274d6
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