Pierwsza strona Wstecz Kontynuuj Ostatnia strona PrzeglÄ…d Grafika
Creating simple FS using generic functions
So, to create the core of simple device-based filesystem, it is enough to provide:
- get_block routine, used by generic address_space operations, used by generic file operations
- inode read operation
Remaining part can be done using generic functions, some default functions are transparently used by VFS is FS-specific function is not provided