Whamcloud - gitweb
LU-4503 clio: lu_ref_del() mismatch ref add scope 70/8970/3
authorBobi Jam <bobijam.xu@intel.com>
Thu, 23 Jan 2014 05:16:51 +0000 (13:16 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 12 Aug 2014 15:20:05 +0000 (15:20 +0000)
commitecd44df592e8c97885e548ae2d4352c2f05f79f0
tree8e6e4a2903ef96846a1f2eaa28fc100afb13f40b
parent408012e4c2258f97528cce27672b3b4eedcece49
LU-4503 clio: lu_ref_del() mismatch ref add scope

git commit 4fcbd1af9ec3b1e5f6424d925f43f0cb2910c3ec adds page to
a list and aggregate issuing them to writeback cache; A page add
is referenced in llite/vvp io scope, while writeback cache commit
de-refers it under osc sub io scope, and --enable-lu_ref will detect
this scope mismatch.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: I368ac1f7118f420edde651ce84a595128d15b527
Reviewed-on: http://review.whamcloud.com/8970
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: frank zago <fzago@cray.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/vvp_io.c