]> Pileus Git - ~andy/linux/blobdiff - fs/nfs/read.c
NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
[~andy/linux] / fs / nfs / read.c
index 29094a545088a165a9c2512036c4907260a56671..cca9fa259994440b637a7c5993241b17fe43ce20 100644 (file)
@@ -323,9 +323,7 @@ static void nfs_execute_read(struct nfs_read_data *data)
        sigset_t oldset;
 
        rpc_clnt_sigmask(clnt, &oldset);
-       lock_kernel();
        rpc_execute(&data->task);
-       unlock_kernel();
        rpc_clnt_sigunmask(clnt, &oldset);
 }