]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/nfs/client.c
nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
[mv-sheeva.git] / fs / nfs / client.c
index df2b40d1883d803e8fa5c1bddb588a1d39f20c87..ac6575c4da3129791b87ec67ffc1ff5d77cd9739 100644 (file)
@@ -181,7 +181,7 @@ static void nfs4_destroy_callback(struct nfs_client *clp)
 {
 #ifdef CONFIG_NFS_V4
        if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state))
-               nfs_callback_down();
+               nfs_callback_down(clp->cl_minorversion);
 #endif /* CONFIG_NFS_V4 */
 }