From 834ddd1bcc092e4a26f16724892636b249316d70 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 27 Sep 2002 18:27:10 +0000 Subject: Rename struct specinfo to the more appropriate struct cdev. Agreed on: jake, rwatson, jhb --- sys/fs/ntfs/ntfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/ntfs/ntfs_vfsops.c') 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) -- cgit v1.1