ceph: nfs re-export support
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:13 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:13 +0000 (11:31 -0700)
commita8e63b7d51cce4557ee7bcd8f51be5cae8547d20
treeffb158eada99d022a5837366f0d2ca1ce6f28fd6
parent8fc91fd85950d106883852c6d215614ec28cc92d
ceph: nfs re-export support

Basic NFS re-export support is included.  This mostly works.  However,
Ceph's MDS design precludes the ability to generate a (small)
filehandle that will be valid forever, so this is of limited utility.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/export.c [new file with mode: 0644]