OSDN Git Service

staging/lustre: Fix max_dirty_mb output in sysfs
authorOleg Drokin <green@linuxhacker.ru>
Thu, 25 Aug 2016 17:50:59 +0000 (13:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:29:22 +0000 (17:29 +0200)
commit44fae22b36e218ed30d3f4debba9b0c1d3d6fdf1
treeeeff5ec0401228440542d80e00c5ae7769c7702c
parentd6e7a2fe932643bc44f7463881969b14e8f4db38
staging/lustre: Fix max_dirty_mb output in sysfs

%ul definitely was supposed to be %lu in the format string,
so we print long unsigned int value, not just unsigned int
with a letter l added at the end.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c