https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255523
--- Comment #4 from Alan Somers <[email protected]> --- Works for me! I just have two comments about the patch: * The (error == 0) check at line 3118 can be removed if you just move VOP_GETATTR two lines lower. * Assigning false to holetoeof doesn't need to be done inside the loop. You can initialize it in its declaration. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
