Whamcloud - gitweb
It's been a good day: chmod/chown and friends now work for Lustre Light.
authorbraam <braam>
Wed, 23 Jan 2002 04:59:12 +0000 (04:59 +0000)
committerbraam <braam>
Wed, 23 Jan 2002 04:59:12 +0000 (04:59 +0000)
commit4bca4a668d2b618a3746c2414296e43114226034
tree8016bb347f38f077f8d93bfe58e6caaf0688d825
parentdfe6b1adaedec5d6c7ae7220c2dfaf8236631eca
It's been a good day: chmod/chown and friends now work for Lustre Light.
 - most of the changes are in the packing.  It will take a little
   bit more time before this completely settles I think, but we have
   a pretty efficient system now.
 - added initial infrastructure for MDS update records.
 - the MDS server has a new routine to change the attributes: the associated
   RPC call is MDS_REINT.
 - Lustre Light is simpler than OBDFS since it doesn't have to
   change inodes when it creates them: that's part of the MDS transactions we
   send over -- removed many "change inode" and "setattr" variants.
13 files changed:
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_mds.h
lustre/lib/mds_pack.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/Makefile.am
lustre/mdc/mdc_request.c
lustre/mds/Makefile.am
lustre/mds/handler.c
lustre/tests/testreq.c