diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-05-06 22:07:34 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-06 22:07:34 +0000 |
commit | 21a1062c12b5cc9d15fe7429e8a4f5e9e1ba5154 (patch) | |
tree | 28bc209bb9bba8aaaf8ee8195964de92a9889123 | |
parent | 4d38e6b5ecc8ea80a4129fd808b49ab4eacc55ca (diff) | |
download | src-21a1062c12b5cc9d15fe7429e8a4f5e9e1ba5154.tar.gz src-21a1062c12b5cc9d15fe7429e8a4f5e9e1ba5154.zip |
One too many vfsops..
Notes
Notes:
svn path=/head/; revision=46593
-rw-r--r-- | sys/fs/ntfs/ntfs_vfsops.c | 3 | ||||
-rw-r--r-- | sys/ntfs/ntfs_vfsops.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index 7d1f91dc323c..c22d0637812f 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ntfs_vfsops.c,v 1.9 1999/02/02 01:54:54 semen Exp $ + * $Id: ntfs_vfsops.c,v 1.3 1999/04/20 21:06:43 semenu Exp $ */ @@ -885,7 +885,6 @@ static struct vfsops ntfs_vfsops = { ntfs_fhtovp, ntfs_vptofh, ntfs_init, - NULL, NULL }; VFS_SET(ntfs_vfsops, ntfs, 0); diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index 7d1f91dc323c..c22d0637812f 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ntfs_vfsops.c,v 1.9 1999/02/02 01:54:54 semen Exp $ + * $Id: ntfs_vfsops.c,v 1.3 1999/04/20 21:06:43 semenu Exp $ */ @@ -885,7 +885,6 @@ static struct vfsops ntfs_vfsops = { ntfs_fhtovp, ntfs_vptofh, ntfs_init, - NULL, NULL }; VFS_SET(ntfs_vfsops, ntfs, 0); |