Staging: pohmelfs: inode operations.
authorEvgeniy Polyakov <zbr@ioremap.net>
Mon, 9 Feb 2009 14:02:38 +0000 (17:02 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:34 +0000 (14:53 -0700)
commitb3f08cad3db2d6d9cdbd039cb58ed47fac36e62c
treeb7807ffa0387cd9edf96f693ea6f9d1914630874
parente3eec94dc91c39f2bd7939294b9cd4a65a82db44
Staging: pohmelfs: inode operations.

This is the main patch which implements inode operations
(like reading and writing) and superblock processing
(filesystem registration, initial autoconfiguration
with the server like permissions, size of the exported
dir, amount of the objects created and so on).

POHMELFS relies on system's writeback cache mechanism
shown here, as long as cache coherency protocol described
later.

Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/pohmelfs/inode.c [new file with mode: 0644]