Skip to content

Commit

Permalink
nilfs2: operations for the_nilfs core object
Browse files Browse the repository at this point in the history
This adds functions on the_nilfs object, which keeps shared resources and
states among a read/write mount and snapshots mounts going individually.

the_nilfs is allocated per block device; it is created when user first
mount a snapshot or a read/write mount on the device, then it is reused
for successive mounts.  It will be freed when all mount instances on the
device are detached.

Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
konis authored and torvalds committed Apr 7, 2009
1 parent d250065 commit 8a9d219
Showing 1 changed file with 524 additions and 0 deletions.
Loading

0 comments on commit 8a9d219

Please sign in to comment.