Whamcloud - gitweb
LU-5319 mdt: pass __u64 for storing opdata 97/13297/2
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 8 Jan 2015 19:47:52 +0000 (12:47 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 27 Mar 2015 15:28:55 +0000 (15:28 +0000)
commit6cad330ded9c6ff21b35229139b7f60fbbfe80c6
tree3c4f4c0c7176d7720e709e8b17914a035c88eeef
parent587a54571e3ce1c39a1995a6d1ae7066e5459e24
LU-5319 mdt: pass __u64 for storing opdata

While lcd_last_data is only __u32, the internal disposition handling
is done with __u64, so it doesn't makes sense to drop the high bits in
mdt_get_disposition(), mdt_set_disposition(), mdt_clear_disposition().

Minor whitespace and prototype cleanups.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: Ia4880b7256564a6799f8c686fd8690ebbf3ebbe5
Reviewed-on: http://review.whamcloud.com/13297
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Grégoire Pichon <gregoire.pichon@bull.net>
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h