commit | 9f01eb5d4936f12d57da84cdfbc2a3623e23a7eb | [log] [tgz] |
---|---|---|
author | Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com> | Tue Dec 10 11:16:39 2019 +0530 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Feb 20 15:58:21 2020 -0800 |
tree | a4a83f0749377b6220344a5ae4ea201bd427de28 | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
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>