Whamcloud - gitweb
LU-3500 mdt: use __u64 for sp_cr_flags 68/6868/3
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 2 Jul 2013 22:57:09 +0000 (17:57 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 3 Sep 2013 16:25:00 +0000 (16:25 +0000)
commit536f1a6294569f8638f372c9e17a4fb2bf829313
tree936f9b25db8d8653048ca8d621f87d393be2939c
parent036f0c6c855f0c3879195cee6cfc1ccd78d7c75e
LU-3500 mdt: use __u64 for sp_cr_flags

In mdt_reconstruct_open() and mdt_open_by_fid(), when storing a copy
of the sp_cr_flags member of struct md_op_spec on the stack use __u64
rather than __u32. In mdd_create_data() use LPO64 for printing
sp_cr_flags.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Icaaafe537e9f9dea3934d6c85332d0a355299e25
Reviewed-on: http://review.whamcloud.com/6868
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdd/mdd_dir.c
lustre/mdt/mdt_open.c