]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: make snapshots in checkpoint tree exportable
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Thu, 26 Aug 2010 15:23:02 +0000 (00:23 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 23 Oct 2010 00:24:34 +0000 (09:24 +0900)
commit13388713a1c9eaa6cbe686d3c9e577f7f91c43b7
tree7adf4b71aba4bdf31dc05489a06933c48a0ea6f2
parent711e87d95eea99037f4f74bfe774cdefceeacecb
nilfs2: make snapshots in checkpoint tree exportable

The previous export operations cannot handle multiple versions of
a filesystem if they belong to the same sb instance.

This adds a new type of file handle and extends export operations so
that they can get the inode specified by a checkpoint number as well
as an inode number and a generation number.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/export.h [new file with mode: 0644]
fs/nilfs2/namei.c
fs/nilfs2/nilfs.h
fs/nilfs2/super.c
include/linux/exportfs.h