.. _example file system:

=====================
 Example File System
=====================

The following is an example of a very simple in-memry file system 
based on LLFUSE (this example is also included in the LLFUSE tarball as
:file:`examples/tmpfs.py`).

.. literalinclude:: ../examples/tmpfs.py
   :linenos:
   :lines: 12-
