Re: [RFC 08/10] cifs: move to generic async completion

2017-05-08 Thread Pavel Shilovsky
2017-05-06 5:59 GMT-07:00 Gilad Ben-Yossef : > cifs starts an async. crypto op and waits for their completion. > Move it over to generic code doing the same. > > Signed-off-by: Gilad Ben-Yossef > --- > fs/cifs/smb2ops.c | 30 -- > 1 file changed, 4 insertions(+), 26 de

[RFC 08/10] cifs: move to generic async completion

2017-05-06 Thread Gilad Ben-Yossef
cifs starts an async. crypto op and waits for their completion. Move it over to generic code doing the same. Signed-off-by: Gilad Ben-Yossef --- fs/cifs/smb2ops.c | 30 -- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2o