views:

19

answers:

0

Hi.

I trying to write a fs in kernel mode, and i can not use buffers/ cache (such as in sb_bread(..)). who do I read and write blocks directly from/to my block device.

Im writing a distributed fs (over netwrok) since not all blocks are from same device/machine. buffers are little problematic.

thanks, Dan