Whamcloud - gitweb
LU-12820 osc: remove 'transient' arg from osc_enter_cache_try 19/36319/3
authorMr NeilBrown <neilb@suse.de>
Sun, 29 Sep 2019 23:09:54 +0000 (09:09 +1000)
committerOleg Drokin <green@whamcloud.com>
Sat, 14 Dec 2019 05:59:26 +0000 (05:59 +0000)
commit524deb6f985beb512a4499501fd7275ecb77f815
tree9772a0c93b6187bb38ac3811f9ad361b7d14e933
parentd234e2cf5f557eadd4b65758ca76f783fb6ed9a1
LU-12820 osc: remove 'transient' arg from osc_enter_cache_try

This arg is always '0', so remove it.
Consequently, OBD_BRW_NOCACHE is never set, and
cl_dirty_transit and obd_dirty_transit_pages
are never non-zero.
So they can be removed as well.

Linux-commit: 8d1057264a75

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Ia047affc33fb9277e6c28a8f6d7d088c385b51a8
Reviewed-on: https://review.whamcloud.com/36319
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Ben Evans <bevans@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd.h
lustre/include/obd_support.h
lustre/include/uapi/linux/lustre/lustre_idl.h
lustre/obdclass/class_obd.c
lustre/osc/osc_cache.c
lustre/osc/osc_request.c