]> git.neil.brown.name Git - LaFS.git/commit
Change s_fs_info to point to root inode and fs
authorNeil Brown <neilb@nbeee.brown>
Mon, 19 Jul 2010 08:36:47 +0000 (18:36 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Aug 2010 01:58:12 +0000 (11:58 +1000)
commit43f6d8c7a67a49fb563da3bf53e146a5aea89596
tree3e17d5e408ba0a78464ae435221345da65068741
parent16647d29aa7b43d9fba7d904cfab20a4f1751166
Change s_fs_info to point to root inode and fs

We create a new data structure containing the 'fs' and the root inode
of a filesystem, and store this in the superblock.
This allows each access to that root in iget, which previously was
impossible in general.

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