Whamcloud - gitweb
- added ldlm_lock_decref_and_cancel, to eliminate _that_ particular race
authorpschwan <pschwan>
Mon, 27 Jan 2003 21:24:48 +0000 (21:24 +0000)
committerpschwan <pschwan>
Mon, 27 Jan 2003 21:24:48 +0000 (21:24 +0000)
commit9a90dfe627cf0ed4ff0e7028e1adab4ebff3d99f
treea7f2036827fa4f3fac9e6626b879ea3b3273aa5d
parent0f5b02368ec0825d4cd325ee8292d3b5db867808
- added ldlm_lock_decref_and_cancel, to eliminate _that_ particular race
- don't send an extra buffer to the MDS if the EA length is zero
- andreas's fix to initialize rc to 0 in mds_open
- removed some tabvs
- in mds_reint_setattr, don't set the MD if the client didn't send one
- in mds_reint_create, ericm's fix for the POSIX nametoolong bug
- fix mds_open prototype in mds_reint.c
lustre/mds/mds_open.c