libafs: fix error location code in LINUX/osi_export
[openafs.git] / src / afs / LINUX / osi_export.c
index b68f6b2..57c7f45 100644 (file)
@@ -473,7 +473,7 @@ static struct dentry *get_dentry_from_fid(cred_t *credp, struct VenusFid *afid)
 
     code = afs_CreateAttr(&vattr);
     if (code) {
-       return ERR_PTR(-afs_CheckCode(code, NULL, xxx));
+       return ERR_PTR(-afs_CheckCode(code, NULL, 104));
     }
 
     code = afs_CreateReq(&treq, credp);