diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 1999-12-19 06:08:07 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 1999-12-19 06:08:07 +0000 |
| commit | 91f37dcba1648b1f24e2913c3ab78fc4eae35991 (patch) | |
| tree | 433e8c666e5e40e6718b75b8dea03e89c87cf17b /sys/fs/ntfs/ntfs_vfsops.c | |
| parent | ef351daa32c4ddea1b65bdda2844b932e6c2eb2b (diff) | |
Notes
Diffstat (limited to 'sys/fs/ntfs/ntfs_vfsops.c')
| -rw-r--r-- | sys/fs/ntfs/ntfs_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index 6bc05551166c..d4883be95e19 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -1008,7 +1008,8 @@ static struct vfsops ntfs_vfsops = { ntfs_checkexp, ntfs_vptofh, ntfs_init, - NULL + vfs_stduninit, + vfs_stdextattrctl, }; VFS_SET(ntfs_vfsops, ntfs, 0); #elif defined(__NetBSD__) |
