diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-01 15:17:18 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-01 15:17:18 +0000 |
| commit | fd559c6fc1d0c6291d64ba37d56a2e03bdefe1c4 (patch) | |
| tree | 1da746cfc51701d0994ffb5b8a6a8bcc3961ac05 /sys/ntfs | |
| parent | 523df07b1437e2e0a7062b45ccfe4bd69f652d53 (diff) | |
Notes
Diffstat (limited to 'sys/ntfs')
| -rw-r--r-- | sys/ntfs/ntfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index 183d5dcd03cd..207cd7726e12 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -290,7 +290,7 @@ ntfs_mount ( devvp = ndp->ni_vp; - if (vn_isdisk(devvp)) { + if (!vn_isdisk(devvp)) { err = ENOTBLK; goto error_2; } |
