Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-microblaze.git] / fs / nfs / blocklayout / rpc_pipefs.c
index ef9fa11..ef9db13 100644 (file)
@@ -79,7 +79,7 @@ bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b,
                goto out_free_data;
 
        bl_msg = msg->data;
-       bl_msg->type = BL_DEVICE_MOUNT,
+       bl_msg->type = BL_DEVICE_MOUNT;
        bl_msg->totallen = b->simple.len;
        nfs4_encode_simple(msg->data + sizeof(*bl_msg), b);
 
@@ -261,7 +261,6 @@ static void nfs4blocklayout_net_exit(struct net *net)
 static struct pernet_operations nfs4blocklayout_net_ops = {
        .init = nfs4blocklayout_net_init,
        .exit = nfs4blocklayout_net_exit,
-       .async = true,
 };
 
 int __init bl_init_pipefs(void)