Whamcloud - gitweb
Work-in-progress commit of the IO path refactoring.
authorzab <zab>
Tue, 22 Jul 2003 06:38:59 +0000 (06:38 +0000)
committerzab <zab>
Tue, 22 Jul 2003 06:38:59 +0000 (06:38 +0000)
commit19d3759d8152c365d91b7e84d1bc6518511e9c30
tree4a259b04ecb89c4797e3424c9f09df23a0b4eb9e
parente48abcef9a46160bb5845582d2cd50f2c8999c85
Work-in-progress commit of the IO path refactoring.

- intitiate brw on pages by pushing down through the obd api
- add some data structures for passing and collecting the pages
- batch the pages into rpcs in the osc
- refactor ptlrpc a little to export some ptlrpc_set_wait internals
- temporarily build a
- add a kernel patch that adds page->private to 2.4
- split up some page cache stuff into 2.4 and 2.6 files
- make some progress in tearing out the 2.5 thread brw stuff
lustre/kernel_patches/patches/add_page_private.patch [new file with mode: 0644]
lustre/kernel_patches/pc/add_page_private.pc [new file with mode: 0644]
lustre/llite/rw24.c [new file with mode: 0644]
lustre/llite/rw26.c [new file with mode: 0644]