Whamcloud - gitweb
use mdt_body->size instead of mdt_body->flags to store errno,
authorlsy <lsy>
Fri, 13 Oct 2006 12:54:18 +0000 (12:54 +0000)
committerlsy <lsy>
Fri, 13 Oct 2006 12:54:18 +0000 (12:54 +0000)
commit94eb8dabc3c3273fd5cc54cb89522568f7e94b34
treee13de46ffbc5651a626d8f03ebbb6bd8107d44a6
parent1de76378cff4b7700594424a065bbf106ad302ba
use mdt_body->size instead of mdt_body->flags to store errno,
whose type is __u64, thus can transfer negative value between 32 and 64 platform.
lustre/mdc/mdc_request.c
lustre/mdt/mdt_handler.c