Skip to content
Snippets Groups Projects
user avatar
Raphael S. Carvalho authored
This patch adds the link() system call.

The system call uses the filesystem specific VOP_LINK vnode operation to
do the actual work.  ZFS is currently the only available file system
that supports hard links and the other filesystems return EPERM.

Signed-off-by: default avatarRaphael S. Carvalho <raphael.scarv@gmail.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
08e2de78
History