mnt_stat is not a pointer
This commit is contained in:
parent
879b34ea8c
commit
46d4ad76ad
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ntfs_vfsops.c,v 1.33 2001/02/13 19:53:52 jdolecek Exp $ */
|
/* $NetBSD: ntfs_vfsops.c,v 1.34 2001/03/29 10:47:44 joda Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998, 1999 Semen Ustimenko
|
* Copyright (c) 1998, 1999 Semen Ustimenko
|
||||||
|
@ -844,7 +844,7 @@ ntfs_fhtovp(
|
||||||
struct ntfid *ntfhp = (struct ntfid *)fhp;
|
struct ntfid *ntfhp = (struct ntfid *)fhp;
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
ddprintf(("ntfs_fhtovp(): %s: %d\n", mp->mnt_stat->f_mntonname,
|
ddprintf(("ntfs_fhtovp(): %s: %d\n", mp->mnt_stat.f_mntonname,
|
||||||
ntfhp->ntfid_ino));
|
ntfhp->ntfid_ino));
|
||||||
|
|
||||||
error = ntfs_vgetex(mp, ntfhp->ntfid_ino, ntfhp->ntfid_attr, NULL,
|
error = ntfs_vgetex(mp, ntfhp->ntfid_ino, ntfhp->ntfid_attr, NULL,
|
||||||
|
@ -868,7 +868,7 @@ ntfs_vptofh(
|
||||||
struct ntfid *ntfhp;
|
struct ntfid *ntfhp;
|
||||||
struct fnode *fn;
|
struct fnode *fn;
|
||||||
|
|
||||||
ddprintf(("ntfs_fhtovp(): %s: %p\n", vp->v_mount->mnt_stat->f_mntonname,
|
ddprintf(("ntfs_fhtovp(): %s: %p\n", vp->v_mount->mnt_stat.f_mntonname,
|
||||||
vp));
|
vp));
|
||||||
|
|
||||||
fn = VTOF(vp);
|
fn = VTOF(vp);
|
||||||
|
|
Loading…
Reference in New Issue