Deleted Added
full compact
msdosfs_vfsops.c (2899) msdosfs_vfsops.c (2946)
1/* $Id: msdosfs_vfsops.c,v 1.1 1994/09/19 15:41:45 dfr Exp $ */
1/* $Id: msdosfs_vfsops.c,v 1.2 1994/09/19 19:24:44 dfr Exp $ */
2/* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994 Wolfgang Solfrank.
6 * Copyright (C) 1994 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

--- 712 unchanged lines hidden (view full) ---

722 msdosfs_quotactl,
723 msdosfs_statfs,
724 msdosfs_sync,
725 msdosfs_vget,
726 msdosfs_fhtovp,
727 msdosfs_vptofh,
728 msdosfs_init
729};
2/* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994 Wolfgang Solfrank.
6 * Copyright (C) 1994 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

--- 712 unchanged lines hidden (view full) ---

722 msdosfs_quotactl,
723 msdosfs_statfs,
724 msdosfs_sync,
725 msdosfs_vget,
726 msdosfs_fhtovp,
727 msdosfs_vptofh,
728 msdosfs_init
729};
730
731VFS_SET(msdosfs_vfsops, msdos, MOUNT_MSDOS, 0);