Whamcloud - gitweb
LU-13131 osc: remove redundant osc_list() helper 79/37479/4
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 7 Feb 2020 22:01:49 +0000 (15:01 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 20 Feb 2020 07:13:45 +0000 (07:13 +0000)
commit2cb7eb3bb65398368fc934e6cc4483ee6c331d45
tree72ee45a02e3b5a3c1ff9cfcbefe1213f3865e4e1
parent45a64335d0e326a411fe6a68cce77e618924f59f
LU-13131 osc: remove redundant osc_list() helper

The osc_list() helper function is the same as list_empty_marker(),
and we don't need both.  Remove osc_list() from the code.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I07d2a519906f52fca8c95613a14ad7389a3ebbe5
Reviewed-on: https://review.whamcloud.com/37479
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Li Xi <lixi@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osc/osc_cache.c
lustre/osc/osc_internal.h
lustre/osc/osc_page.c