nfs: Fix nfs_access_get_cached_rcu() sparse error
authorMadhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Tue, 10 Dec 2019 05:46:39 +0000 (11:16 +0530)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 20 Feb 2020 23:58:21 +0000 (15:58 -0800)
commit9f01eb5d4936f12d57da84cdfbc2a3623e23a7eb
treea4a83f0749377b6220344a5ae4ea201bd427de28
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
nfs: Fix nfs_access_get_cached_rcu() sparse error

This patch fixes the following sparse error:
fs/nfs/dir.c:2353:14: error: incompatible types in comparison expression (different address spaces):
fs/nfs/dir.c:2353:14:    struct list_head [noderef] <asn:4> *
fs/nfs/dir.c:2353:14:    struct list_head *

Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
fs/nfs/dir.c