Whamcloud - gitweb
LU-13131 osc: Ensure immediate departure of sync write pages 53/38453/4
authorOleg Drokin <green@whamcloud.com>
Fri, 1 May 2020 21:50:39 +0000 (17:50 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 20 May 2020 08:23:31 +0000 (08:23 +0000)
commit13b7cf4fabdd55977b68eb856bfdc82f0a349e73
tree535310708da477a7f17e7b713baebaaaa34a72ac
parent3425d94dae775400194adaf9f00d50161ccf5999
LU-13131 osc: Ensure immediate departure of sync write pages

Except for the case of direct-io and server-lock, we are
hold potentially multiple locks that are next to impossible
to find and cross reference.
So instead just send it all right away - should only
be a factor in rare cases of out of quota or close to out
of space.

Change-Id: I961cd9ba7f3266d22dfc5eff758c2f4ebbe148a4
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/38453
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
lustre/osc/osc_cache.c