From dad2b015bb85799f8005da637954f8eafb83f34c Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 10 Sep 2014 09:03:55 -0400 Subject: [PATCH] nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivate sparse says: fs/nfs/file.c:543:60: warning: incorrect type in argument 1 (different address spaces) fs/nfs/file.c:543:60: expected struct rpc_xprt *xprt fs/nfs/file.c:543:60: got struct rpc_xprt [noderef] *cl_xprt fs/nfs/file.c:548:53: warning: incorrect type in argument 1 (different address spaces) fs/nfs/file.c:548:53: expected struct rpc_xprt *xprt fs/nfs/file.c:548:53: got struct rpc_xprt [noderef] *cl_xprt cl_xprt is RCU-managed, so we need to take care to dereference and use it while holding the RCU read lock. Cc: Mel Gorman Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-format-patch failed