Sometime soon we are going to have easy-to-install user space FedFS components. Here are kernel patches needed to make server-side FedFS support work. Please consider these for the 3.2 kernel. This respin addresses recent review comments. Note that because NFSD previously didn't care about the execute bits of junctions, neither does fedfs-utils-0.7.0 (released September 3, 2011). Junctions created by this release and previous releases have the sticky bit set, but the other mode bits are left untouched during junction creation. I will publish fedfs-utils-0.7.1 soon with a commit that makes new junctions non-executable. --- Trond Myklebust (3): NFSD: Add a cache for fs_locations information NFSD: Remove the ex_pathname field from struct svc_export NFSD: Cleanup for nfsd4_path() fs/nfsd/export.c | 15 +----- fs/nfsd/nfs4xdr.c | 106 ++++++++++++++++++++++++++++++++----------- fs/nfsd/nfsd.h | 7 +++ fs/nfsd/vfs.c | 18 +++++++ include/linux/nfsd/export.h | 2 - 5 files changed, 106 insertions(+), 42 deletions(-) -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html