Whamcloud - gitweb
- Set valid flags in llite and not OSC. It does not make sense for the OSC
authoradilger <adilger>
Thu, 1 Aug 2002 00:11:06 +0000 (00:11 +0000)
committeradilger <adilger>
Thu, 1 Aug 2002 00:11:06 +0000 (00:11 +0000)
commit276d82b6b1b2d14be67b94564303986e1c3ba406
tree4637f573d3bf6e6470fc79e8b79cfa409ccfa5a3
parent1d6dc5c6b103648bf00949c8a7e659cec809bf0d
- Set valid flags in llite and not OSC.  It does not make sense for the OSC
  layer to be needed for llite->OBD operations to work properly.
- Set LOV EA size in mds_reint_unlink, so we use the EA data to unlink object.
- Remove extNisms from MDS code (mds_fs_get_md()) will return status if
  there is an available EA, and what size it is.
- Handle error on open intent, to avoid spurious actions on non-existent file.
- Rename OBD_MD_FLOBJID to OBD_MD_FLEASIZE to more accurately name it.
lustre/include/linux/lustre_idl.h
lustre/lib/mds_updates.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/osc/osc_request.c