Files
linux/fs
Scott Mayhew 3ff6af8e0a nfsd: fix a warning in __cld_pipe_upcall()
[ Upstream commit b493fd31c0 ]

__cld_pipe_upcall() emits a "do not call blocking ops when
!TASK_RUNNING" warning due to the dput() call in rpc_queue_upcall().
Fix it by using a completion instead of hand coding the wait.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-13 08:52:09 +01:00
..
2019-08-06 19:06:51 +02:00
2018-08-17 16:20:28 -07:00
2019-12-13 08:51:59 +01:00
2018-05-22 14:27:52 -04:00
2018-08-17 16:20:27 -07:00
2019-10-07 18:56:59 +02:00
2018-05-22 14:27:52 -04:00
2019-11-20 18:46:04 +01:00
2019-05-02 09:58:59 +02:00
2018-07-03 16:44:45 -04:00
2018-06-05 19:23:26 +02:00
2018-06-11 08:22:34 -07:00