Whamcloud - gitweb
- elimininate the system calls from filter obd
authorbraam <braam>
Thu, 21 Feb 2002 23:02:32 +0000 (23:02 +0000)
committerbraam <braam>
Thu, 21 Feb 2002 23:02:32 +0000 (23:02 +0000)
commitaf006c4e36a217d95366cf97f00fa36bed2c94e4
tree001d37586eb4bb745ef57164bf37befedb94eddd
parentace9d5d00f9ea5bc21f0c528bd5db8c58058d3a2
- elimininate the system calls from filter obd
- use module_init macros not old style init_module functions
- remove unused crud from lustre_light.h use the good stuff more
- move directory readpage operations to dir.c
- cleanup rw.c significantly; it's actually understandable now.
- attribute handling: indicate to setattr to call truncate on OBD or not
- add osc destroy
- fix mds_reint_unlink (checked mode wrongly)
- add ll_delete_inode (to also go to the OST to remove data object)
- add truncate.c test program to tests
- avoid using ambigous READ/WRITE constants
14 files changed:
lustre/include/linux/lustre_light.h
lustre/llite/Makefile.am
lustre/llite/dir.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/llite/symlink.c
lustre/mds/mds_reint.c
lustre/obdfilter/filter.c
lustre/obdfs/namei.c
lustre/osc/osc_request.c
lustre/patches/patch-2.4.17
lustre/ptlrpc/rpc.c
lustre/tests/Makefile.am