Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Why are you changing the blksz from an int to a long? The commit message doesn't mention that.
Comment Actions
Either bsize should be changed to int, or bo_bs to long. It is clear from the code, I decided not to explain trivial things. I (randomly) preferred bsize, since it is passed to other API place.
Comment Actions
The change looks fine. But the commit message is incomplete, because it doesn't mention removing the panic in fuse. Should I merge this change into D31994 ?
Comment Actions
If you want to keep fusefs fix for youself, I can drop it there, only modifying fusefs pager vop to return 0 as error. Is this fine with you?