]> git.baikalelectronics.ru Git - kernel.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)
commit8f8ece22f0b7eeb23b1c8ac8a6c4747d35c574bd
treef943e60f50eb36ba3a62ee3d45175c99ed64f827
parent13bf7787481b924f2921a206952c88e93b6a6479
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