This series breaks xfstests with the first test when used together with a local pnfs block export. Steps to reproduce: (1) start a KVM VM with a second virtio-blk disk. (2) add /mnt/test/ to /etc/exports (2) configure xfstests with TEST_DIR=/mnt/nfs1 and TEST_DEV=127.0.0.1:/mnt/test then run the following commands: mkfs.xfs -f /dev/vdb mount /dev/vdb /mnt/test /etc/init.d/nfs-kernel-server restart blkmapd mount -t nfs 127.0.0.1:/mnt/test/ /mnt/nfs1 -o vers=4.1 cd xfstests ./check -nfs -g auto I've also pushed out the trivially merged flexfiles+pnfsd branch to git://git.infradead.org/users/hch/pnfs.git that also includes a hack to force 4.1 and a revert for the commit that causes nfs to deadlock for me all the time. -- 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