diff options
Diffstat (limited to 'sys/fs/unionfs/union_vfsops.c')
-rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index f5782fa..8b58e55 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -502,6 +502,8 @@ static struct vfsops union_vfsops = { vfs_stdcheckexp, vfs_stdvptofh, union_init, + vfs_stduninit, + vfs_stdextattrctl, }; VFS_SET(union_vfsops, union, VFCF_LOOPBACK); |