Whamcloud - gitweb
- swab capa data in mdc_replay_open(), the sequence can be:
authoralex <alex>
Wed, 21 Sep 2005 12:40:32 +0000 (12:40 +0000)
committeralex <alex>
Wed, 21 Sep 2005 12:40:32 +0000 (12:40 +0000)
commit715ebd0b22c375c72859372622bf83006257ea6c
treeecd7e486d814e5cf49d654c133b77f1e52979db6
parenta9c402c94285fc3960799b299610a7ccb8fc0a7c
- swab capa data in mdc_replay_open(), the sequence can be:
  1) ll_file_open() has a request with capa
  2) the inode is already opened, so we close just received openhandle
  3) mds fails, recovers, ptlrpcd replays open request
  4) ll_set_capa() finds capa in replayed open request non-swabbed - BUG
lustre/mdc/mdc_request.c