diff options
author | Scott Mayhew <smayhew@redhat.com> | 2018-11-06 13:35:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-21 10:41:13 +0100 |
commit | 8643e7f6febbdbaddb198324e95a44143c7209f7 (patch) | |
tree | 4640ab6f42206ae76de12f682cf3f521a4d90ec7 /fs/char_dev.c | |
parent | 96120db99f56528a4a7ab32ba13c77d1e4d86aef (diff) | |
download | linux-stable-8643e7f6febbdbaddb198324e95a44143c7209f7.tar.gz linux-stable-8643e7f6febbdbaddb198324e95a44143c7209f7.tar.bz2 linux-stable-8643e7f6febbdbaddb198324e95a44143c7209f7.zip |
nfsd: fix a warning in __cld_pipe_upcall()
[ Upstream commit b493fd31c0b89d9453917e977002de58bebc3802 ]
__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>
Diffstat (limited to 'fs/char_dev.c')
0 files changed, 0 insertions, 0 deletions