FreeBSD Bugzilla – Attachment 11581 Details for
Bug 22756
ntfs filesystems can be listed, but no files can be read
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 769 bytes, created by
drwilco
on 2000-11-10 22:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
drwilco
Created:
2000-11-10 22:30:00 UTC
Size:
769 bytes
patch
obsolete
>--- ntfs/ntfs_vnops.c.old Wed Nov 1 18:57:24 2000 >+++ ntfs/ntfs_vnops.c Fri Nov 10 22:56:32 2000 >@@ -847,7 +847,7 @@ > #if defined(__FreeBSD__) > static > struct vnodeopv_entry_desc ntfs_vnodeop_entries[] = { >- { &vop_default_desc, (vop_t *)ntfs_bypass }, >+ { &vop_default_desc, (vop_t *)vop_defaultop }, > > { &vop_getattr_desc, (vop_t *)ntfs_getattr }, > { &vop_inactive_desc, (vop_t *)ntfs_inactive }, >@@ -887,7 +887,7 @@ > #else /* !FreeBSD */ > > struct vnodeopv_entry_desc ntfs_vnodeop_entries[] = { >- { &vop_default_desc, (vop_t *) ntfs_bypass }, >+ { &vop_default_desc, (vop_t *) vop_defaultop }, > { &vop_lookup_desc, (vop_t *) ntfs_lookup }, /* lookup */ > { &vop_create_desc, genfs_eopnotsupp }, /* create */ > { &vop_mknod_desc, genfs_eopnotsupp }, /* mknod */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22756
: 11581