Whamcloud - gitweb
lsy reported that LL_CDEBUG_PAGE in osc_checksum_bulk wouldn't compile,
authorphil <phil>
Tue, 17 May 2005 16:25:58 +0000 (16:25 +0000)
committerphil <phil>
Tue, 17 May 2005 16:25:58 +0000 (16:25 +0000)
commitf1be00917521f1772a62b5c37d8f478840c95613
treec3b9c7ef723a144f7c8827c98962ce1cb40160ec
parent6168c82141071699c87c84e14b73dd9c695c0993
lsy reported that LL_CDEBUG_PAGE in osc_checksum_bulk wouldn't compile,
because the outer scope defines a variable "page_count", and LL_CDEBUG_PAGE
wants to call the VM function page_count().

I still can't figure out why it works fine for me, but I've stopped trying.
Changing the name of the variable is easier.
lustre/osc/osc_request.c