drivers: staging: lustre: Use mult if units not specified
authorChris Rorvick <chris@rorvick.com>
Wed, 17 Dec 2014 04:24:01 +0000 (22:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:42:34 +0000 (15:42 -0800)
commit965bd8b9f743dfc7fd4175fc5072643d321e55d4
tree87e5ec89031b50694ee5d80a59e19ec3341c46ea
parent054cd8374facbefeafa335d6c3c663939612a889
drivers: staging: lustre: Use mult if units not specified

Units can be passed to lprocfs_write_frac_u64_helper() via a suffix
(e.g., "...K", "...M", etc.) tacked onto the value.  A comment states
that "specified units override the multiplier," though the multiplier is
overridden regardless.  Update the conditional logic so that it only
applies when units are specified.

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c