Whamcloud - gitweb
- a few more header cleanups
authorpschwan <pschwan>
Mon, 11 Mar 2002 14:58:49 +0000 (14:58 +0000)
committerpschwan <pschwan>
Mon, 11 Mar 2002 14:58:49 +0000 (14:58 +0000)
commit390e94b1eafeeafef096eff57f2436ef77d1f18c
tree8d8eb2a174b195dd78be905b38979283f67f1cca
parentc80e180cc97bf55bd81e16835a77b075d6069d4d
- a few more header cleanups
- removed some unused code
- inserted many extra BUG()s to catch problems early
- fixed a use of the incorrect inode, and fixed the directory bug
- enabled mds_open/mds_close
- fixed a small leak in an error case
- removed an extra set_page_dirty() in the write path
- added an open/write/close/open/unlink/read/truncate/write/read/close test
lustre/include/linux/lustre_light.h
lustre/lib/page.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/tests/Makefile.am
lustre/tests/llmount.sh
lustre/tests/openunlink.c [new file with mode: 0644]