diff options
author | phk <phk@FreeBSD.org> | 2002-09-27 18:27:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-09-27 18:27:10 +0000 |
commit | 834ddd1bcc092e4a26f16724892636b249316d70 (patch) | |
tree | b0967d8a8cefb34751a29b420ac0574c8e7496f7 /sys/fs/ntfs/ntfs_vfsops.c | |
parent | 8b9b57067238d550b614cd13698959954d025a3f (diff) | |
download | FreeBSD-src-834ddd1bcc092e4a26f16724892636b249316d70.zip FreeBSD-src-834ddd1bcc092e4a26f16724892636b249316d70.tar.gz |
Rename struct specinfo to the more appropriate struct cdev.
Agreed on: jake, rwatson, jhb
Diffstat (limited to 'sys/fs/ntfs/ntfs_vfsops.c')
-rw-r--r-- | sys/fs/ntfs/ntfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index e91791a..239a2c8 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -500,7 +500,7 @@ ntfs_unmount( printf("ntfs_unmount: vflush failed(sysnodes): %d\n",error); /* Check if the type of device node isn't VBAD before - * touching v_specinfo. If the device vnode is revoked, the + * touching v_cdev. If the device vnode is revoked, the * field is NULL and touching it causes null pointer derefercence. */ if (ntmp->ntm_devvp->v_type != VBAD) |