Whamcloud - gitweb
LU-6539 quota: fix incorrect format string used for short type 10/14810/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Thu, 14 May 2015 16:29:00 +0000 (19:29 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 19 Jul 2015 04:06:15 +0000 (04:06 +0000)
commita001ce6f192f2bb284980d3bfcf94f9df1d15ca6
tree5bdcc62f909fc19ae91c75e34c2eaca133e88d67
parentb8e7ad5d6441c48aac6b4a0334735abe9f56ab28
LU-6539 quota: fix incorrect format string used for short type

The %u in format string requires 'unsigned int' but the argument type
is 'short'.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: Ie84b5f2d46809eb1a840d07ffa0b45f6ada1379e
Reviewed-on: http://review.whamcloud.com/14810
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/quota/lquota_entry.c