diff options
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index 6449bae15702..505f0ce3f10b 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c | |||
@@ -1083,7 +1083,7 @@ int p9_trans_fd_init(void) | |||
1083 | 1083 | ||
1084 | void p9_trans_fd_exit(void) | 1084 | void p9_trans_fd_exit(void) |
1085 | { | 1085 | { |
1086 | flush_work_sync(&p9_poll_work); | 1086 | flush_work(&p9_poll_work); |
1087 | v9fs_unregister_trans(&p9_tcp_trans); | 1087 | v9fs_unregister_trans(&p9_tcp_trans); |
1088 | v9fs_unregister_trans(&p9_unix_trans); | 1088 | v9fs_unregister_trans(&p9_unix_trans); |
1089 | v9fs_unregister_trans(&p9_fd_trans); | 1089 | v9fs_unregister_trans(&p9_fd_trans); |