]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: osc: fix max_dirty_mb tunable setting limit
authorGregoire Pichon <gregoire.pichon@bull.net>
Thu, 10 Nov 2016 17:30:48 +0000 (12:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 15:02:54 +0000 (16:02 +0100)
commitc7298013ce3042321db4652f72ed1f1dde453129
treef943e60f50eb36ba3a62ee3d45175c99ed64f827
parentb8cb86fd95bb461c3496e1f4b4083b198c963a9c
staging: lustre: osc: fix max_dirty_mb tunable setting limit

The OSC tunable max_dirty_mb must be set to a value strictly lower
than 2048, as it is assumed by OSS in ofd_grant_alloc() routine.

Signed-off-by: Gregoire Pichon <gregoire.pichon@bull.net>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7218
Reviewed-on: http://review.whamcloud.com/16652
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/lproc_osc.c