Fix NFS compile problem with CONFIG_NFS_STATISTICS=y
This commit is contained in:
parent
87794e494a
commit
654788a8e0
@ -102,7 +102,7 @@
|
|||||||
/* Increment RPC statistics */
|
/* Increment RPC statistics */
|
||||||
|
|
||||||
#ifdef CONFIG_NFS_STATISTICS
|
#ifdef CONFIG_NFS_STATISTICS
|
||||||
# define rpc_statistics(n) do { rpcstats.(n)++; } while (0)
|
# define rpc_statistics(n) do { rpcstats.n++; } while (0)
|
||||||
#else
|
#else
|
||||||
# define rpc_statistics(n)
|
# define rpc_statistics(n)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user