Whamcloud - gitweb
- initializing parent_lockh in mds_open() the same way as in other places.
authoryury <yury>
Wed, 26 Jan 2005 10:28:58 +0000 (10:28 +0000)
committeryury <yury>
Wed, 26 Jan 2005 10:28:58 +0000 (10:28 +0000)
commit95a32f91b7fe50a64cc82e3e672a76d3d543490a
tree075c3e7ba282b502e61d6abdd8f774cbde2f8fab
parenta836ef5eed5821930ec2e67eaa63e2398805250c
- initializing parent_lockh in mds_open() the same way as in other places.

- calling mds_finish_transno() in mds_reint_unlink() in all cases, not only in
cleanup_release == 1. This may cure problem we have observed yesterday (about
duplicating fids for parent and child).

- removed redundant lockh initializing in few places.
- release locks the same way as in other places (using lockh + 1, not &lockh[1]).
lustre/mds/mds_open.c
lustre/mds/mds_reint.c