Revert. Spotted by hannken@ - fix needs to be in zfs_ctldir.c it is missing

VOP_PATHCONF.
This commit is contained in:
kardel 2022-10-03 16:04:19 +00:00
parent a26eaed1f0
commit 2b1d295dd5
1 changed files with 1 additions and 1 deletions

View File

@ -5027,7 +5027,7 @@ zfs_pathconf(vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr,
#endif
default:
return (EINVAL);
return (EOPNOTSUPP);
}
}