Whamcloud - gitweb
- Store open-request XID in the MFD, so that we can find it during reply
authorshaver <shaver>
Thu, 20 Feb 2003 07:36:15 +0000 (07:36 +0000)
committershaver <shaver>
Thu, 20 Feb 2003 07:36:15 +0000 (07:36 +0000)
commit12e9f2d09890be33b4be95748c8cc93d85dff764
tree2b76402847e6bf2ce5270202c4394bf6b9ca8ced
parentd0576d43c6e91aa3ad144a203dc793f63628ffae
- Store open-request XID in the MFD, so that we can find it during reply
  reconstruction.
- Untested reply reconstruction for GETATTR_NAME (easy) and OPEN (not easy,
  ahem).
- Don't leak dentry refs when reconstructing replies for reint_setattr or
  reint_create.
- Don't double-dput dchild if dentry_open fails.  (Not yet in test suite, bug
  894 filed to trick someone into adding it.)
lustre/mds/mds_open.c