Whamcloud - gitweb
- lmv_getattr_name() recognizes cross-node name and repeats getattr to proper
authoralex <alex>
Mon, 24 May 2004 18:39:04 +0000 (18:39 +0000)
committeralex <alex>
Mon, 24 May 2004 18:39:04 +0000 (18:39 +0000)
commitfc4de168e941017bce61765080c15982cb33dd88
treec6d0e72cd9b3acbd160e9ef87c06b2b96e9eb8aa
parent82cc53b1041d44cd1347a7676155dd9f0c96bfa0
- lmv_getattr_name() recognizes cross-node name and repeats getattr to proper
  MDS node with gotten ino/generation couple
- warning for cross-node rename in lmv_rename(). it isn't implemented yet.
  hence, we'd like to know when we hit this path
- mdc_getattr_name() accepts empty name in order to support getattr by fid request
- mds_get_parent_child_locked() forces MDS_INODELOCK_LOOKUP to be used
  if found dentry points to another MDS node
- mea_name2idx() and raw_name2idx() checks for last not to be zero and warns if it's

NOTE: this should fix the cause of the test #5 failure
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/mds/mds_reint.c
lustre/obdclass/mea.c