Whamcloud - gitweb
This adds most of the metadata infrastructure: I think that all commands
authorbraam <braam>
Tue, 19 Feb 2002 16:43:53 +0000 (16:43 +0000)
committerbraam <braam>
Tue, 19 Feb 2002 16:43:53 +0000 (16:43 +0000)
commit8a6e1551ccd24d53d1002731620670351d8734c8
tree085fad677926ae90d0db42e3cfca71c75a5a3266
parent5b92ed76d82f64a21473824e1cacc118db766e73
This adds most of the metadata infrastructure: I think that all commands
(mkdir, link, symlink, rm, rmdir, mknod, mv etc) now work.  Probably the
server code is not multithread safe (particularly for renames, the others
might be OK).   I expect other fragilities and perhaps some errors with
setting {a,m,c}times, owners etc.

- add the beginning of an obd command that prints the information
  for UML gdb (class/class_obd.c)
- try to ignore errors on creating symbolic links in Makefiles
- the patch is 2.4.17 again for ext2obd, ghees, let's fix that.
- to avoid confusion, null out the buffer of result nio's in prepw
- add other reintegration functions.
14 files changed:
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lib.h
lustre/include/linux/lustre_light.h
lustre/include/linux/lustre_mds.h
lustre/lib/mds_updates.c
lustre/llite/dir.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c
lustre/mds/mds_reint.c
lustre/obdclass/class_obd.c
lustre/patches/patch-2.4.17