Whamcloud - gitweb
b=892
authorpschwan <pschwan>
Thu, 20 Feb 2003 22:07:11 +0000 (22:07 +0000)
committerpschwan <pschwan>
Thu, 20 Feb 2003 22:07:11 +0000 (22:07 +0000)
commite388c787a613372e0f4fea711b2834a1c9be5294
tree0b0bae9c3d1ebeeed5f2ed364290d2d5916d8471
parent6eccfc26f8249b8ec2b1d17a0fa1e34955acdb42
b=892
osc_close used to walk through the request list, trying to find the
corresponding osc_open.  This is slow, racy and doomed to failure, so we
need to instead save a point to the request in osc_open.

Instead of passing a handle up to whoever called us, pass 32 bytes of
opaque data.  These get passed back to us at various points, through
the obdo's inline field.
lustre/mds/mds_open.c