aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r--fs/nfs/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index df2b40d1883..ac6575c4da3 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -181,7 +181,7 @@ static void nfs4_destroy_callback(struct nfs_client *clp)
181{ 181{
182#ifdef CONFIG_NFS_V4 182#ifdef CONFIG_NFS_V4
183 if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state)) 183 if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state))
184 nfs_callback_down(); 184 nfs_callback_down(clp->cl_minorversion);
185#endif /* CONFIG_NFS_V4 */ 185#endif /* CONFIG_NFS_V4 */
186} 186}
187 187