linux-afs-translator-xen-20060731
[openafs.git] / src / afs / VNOPS / afs_vnop_symlink.c
index 205e407..fa5a8f4 100644 (file)
@@ -89,6 +89,10 @@ int afs_symlink
        code = afs_DynrootVOPSymlink(adp, acred, aname, atargetName);
        goto done;
     }
+    if (afs_IsDynrootMount(adp)) {
+       code = EROFS;
+       goto done;
+    }
 
     code = afs_VerifyVCache(adp, &treq);
     if (code) {