Whamcloud - gitweb
LU-6245 server: remove types abstraction from quota/target/nodemap code 87/21187/12
authorJames Simmons <uja.ornl@yahoo.com>
Sat, 10 Sep 2016 15:01:31 +0000 (11:01 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 26 Sep 2016 15:19:33 +0000 (15:19 +0000)
commit676c2fe47c8de0825db3001f1e964347be3dc479
tree556d00cc230085707cdca56ff1cd61ade80f722c
parente40a3fd8a531ed60528ca82e02ce41918b1be6ba
LU-6245 server: remove types abstraction from quota/target/nodemap code

Originally when lustre code was built for userland we needed
a proper way to handle 32 bit and 64 bit platforms when
reporting unsigned longs. Now that this code is only built
for kernel space and the kernel has it own special string
handling functions we don't need this abstraction anymore.
Remove this abstraction from the quota/target/nodemap code.

Change-Id: Ie3d4fa79dc687fc85296c3a4b21655001d0c7081
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/21187
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
18 files changed:
lustre/ptlrpc/nodemap_storage.c
lustre/quota/lproc_quota.c
lustre/quota/lquota_entry.c
lustre/quota/qmt_entry.c
lustre/quota/qmt_handler.c
lustre/quota/qmt_lock.c
lustre/quota/qsd_entry.c
lustre/quota/qsd_handler.c
lustre/quota/qsd_lock.c
lustre/quota/qsd_reint.c
lustre/quota/qsd_writeback.c
lustre/target/out_handler.c
lustre/target/out_lib.c
lustre/target/tgt_handler.c
lustre/target/tgt_lastrcvd.c
lustre/target/update_records.c
lustre/target/update_recovery.c
lustre/target/update_trans.c