-
-
usr/src/boot/sys/boot/zfs/zfsimpl.c (Diff revision 1) This line should be:
asprintf(&name, "%s%d-%" PRIu64, type,
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+803 -28) |
-
-
usr/src/boot/sys/boot/zfs/zfsimpl.c (Diff revision 2) That's not a good assumption to make in general (it could be GB's in some cases). It looks like you've handled the malloc() error below; is there any way to provide a more specific error message to the user?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+808 -29) |
Change Summary:
read vim_entries by chunks
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+838 -27) |
-
This looks good to me, I just saw a couple of small things.
-
usr/src/boot/lib/libstand/zfs/zfsimpl.c (Diff revision 4) This sentence is incomplete. Should it say "We don't do this for...", or should it say something else?
-
usr/src/boot/lib/libstand/zfs/zfsimpl.c (Diff revision 4) Should this code check the io_error that can be set in vdev_indirect_gather_splits?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+849 -27) |
Change Summary:
bump loader version.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 6 (+850 -28) |
Change Summary:
missed build biths for list.c
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 7 (+855 -28) |