Whamcloud - gitweb
LU-6020 kerberos: readdir bulk replies are not wrapped 20/14020/5
authorAndrew Perepechko <andrew.perepechko@seagate.com>
Mon, 9 Mar 2015 18:20:37 +0000 (21:20 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 26 Mar 2015 00:14:22 +0000 (00:14 +0000)
commit32992594f37b00f2dd2d73b7e0534fdbd83ce017
treeeeedbb9886312ed607b7005293dabb15faf1ae02
parent116c203e1fd74989e096909006cfc90e5986b709
LU-6020 kerberos: readdir bulk replies are not wrapped

target_bulk_io() does not wrap readdir replies causing readdir errors:
gss_cli_ctx_unwrap_bulk() bulk security descriptor mismatch: (0,0,2) != (0,0,0)
ll_get_dir_page() read cache page: [0x200000007:0x1:0x0] at 0: rc -71
ll_dir_read() error reading dir [0x200000007:0x1:0x0] at 0: rc -71

Change-Id: Ifa11e1f6bbc6ae8a3a7c4f296f055fd38dabd6aa
Xyratex-bug-id: SNT-15
Signed-off-by: Andrew Perepechko <andrew.perepechko@seagate.com>
Reviewed-on: http://review.whamcloud.com/14020
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Sebastien Buisson <sebastien.buisson@bull.net>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ldlm/ldlm_lib.c