Whamcloud - gitweb
Reverted #974 for now as it causes problems for people.
[fs/lustre-release.git] / lustre / osc / lproc_osc.c
index a10a273..5d790d5 100644 (file)
@@ -137,7 +137,6 @@ int osc_wr_max_dirty_mb(struct file *file, const char *buffer,
 
         spin_lock(&cli->cl_loi_list_lock);
         cli->cl_dirty_max = (obd_count)val * 1024 * 1024;
-        osc_adjust_cache(cli);
         spin_unlock(&cli->cl_loi_list_lock);
 
         return count;