Whamcloud - gitweb
b=613941
authorpschwan <pschwan>
Thu, 26 Sep 2002 16:37:17 +0000 (16:37 +0000)
committerpschwan <pschwan>
Thu, 26 Sep 2002 16:37:17 +0000 (16:37 +0000)
commita0ae1aa349b899a6de1d7d38760a0f7ae09d87f8
tree482349daead7807b9cb9ff1242dd87341472c538
parent80fd308d8b97f97759f82b6a2ff6986206a5a4dc
b=613941
Previously, if a filesystem user called readlink() without enough buffer space,
Lustre would allocate a reply packet that's too small and we'd drop the packet
and go into recovery.

Now Lustre sends the maximum size to the server, which will truncate its own
readlink and reply appropriately.
lustre/mdc/mdc_request.c
lustre/mds/handler.c