]> git.neil.brown.name Git - LaFS.git/commit
Add 'filesys' pointer to lafs_inode
authorNeilBrown <neilb@suse.de>
Mon, 7 Mar 2011 05:48:37 +0000 (16:48 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 7 Mar 2011 05:48:37 +0000 (16:48 +1100)
commit077a81d6e714d7413a2fc2e1c3fd1e17919a5bae
treec2ce2aaa39c202a05f67562c2f99c08031cf80f4
parent7f82d1a1143051f9bab3aac79db7df83997b8e6e
Add 'filesys' pointer to lafs_inode

This is the first patch in a series to switch from having one
struct super_block for each subset filesystem, to only having one
for each snapshot.  i.e. one which is writable and some number
which are read-only snapshots.
The struct super_block described the primary filesystem and
all of the subset filesystems.

Signed-off-by: NeilBrown <neilb@suse.de>
inode.c
roll.c
snapshot.c
state.h
super.c