forked from intel/linux-intel-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFS: Ensure that we free the rpc_task after read and write cleanups a…
…re done This patch ensures that we free the rpc_task after the cleanup callbacks are done in order to avoid a deadlock problem that can be triggered if the callback needs to wait for another workqueue item to complete. Signed-off-by: Trond Myklebust <[email protected]> Cc: Weston Andros Adamson <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Bruce Fields <[email protected]> Cc: [email protected] [>= 3.5]
- Loading branch information
Trond Myklebust
authored and
Trond Myklebust
committed
Jan 4, 2013
1 parent
c6567ed
commit 6db6dd7
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters