vfs_fsadd() fails with EINVAL on 64-bit 10.6
vfs_fsadd() fails with EINVAL on 64-bit 10.6
- Subject: vfs_fsadd() fails with EINVAL on 64-bit 10.6
- From: mogambo <email@hidden>
- Date: Sat, 7 Nov 2009 22:41:29 -0800
Hi,
I am porting a file system driver to 10.6. I am able to actually build the driver, but fails to load since vfs_fsadd() returns EINVAL. I compared my code with smbfs code and it looks pretty much identical. The same code does not fail on 32-bit 10.6. I looked at the opensource for vfs_fsadd() and added the same checks in module_start() function in my plugin before calling vfs_fsadd(). I do not trip my checks.
Any ideas on what this might be, or what I could try out?
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden