Whamcloud - gitweb
Two fixed:
authoradilger <adilger>
Sat, 5 Oct 2002 13:42:39 +0000 (13:42 +0000)
committeradilger <adilger>
Sat, 5 Oct 2002 13:42:39 +0000 (13:42 +0000)
commit4e4d97f8388b72d79839b9a6cdc4856d3d0d9c06
treec2f69dbe4c327dcfd871ba99d96063f27859b616
parent6029bf1b965c228171c69c4dfc50ebfe62f509ae
Two fixed:
- refcounts on MDS module fixed, and problems with bogus exports
- unsafe list walking on the open file list of the MDS could cause
  random memory problems
- added real handles for open files on the MDS to ensure we don't
  dereference bogus pointers - mike you still need to clean up open
  files on the MDS for disconnect
15 files changed:
lustre/extN/Makefile.am
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_net.h
lustre/lib/mds_updates.c
lustre/llite/file.c
lustre/llite/super.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_fs.c
lustre/mds/mds_reint.c
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/ptlrpc/client.c