NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
Remove use of the Big Kernel Lock around calls to rpc_execute. Signed-off-by: Frank Filz <ffilz@us.ibm.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
6d5fcb5a52
commit
a99b71c9c4
@@ -991,9 +991,7 @@ static void nfs_execute_write(struct nfs_write_data *data)
|
||||
sigset_t oldset;
|
||||
|
||||
rpc_clnt_sigmask(clnt, &oldset);
|
||||
lock_kernel();
|
||||
rpc_execute(&data->task);
|
||||
unlock_kernel();
|
||||
rpc_clnt_sigunmask(clnt, &oldset);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user