Page MenuHomeFreeBSD

umass: Move common code into umass_std_transform
Needs ReviewPublic

Authored by imp on Sun, Mar 23, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 2, 5:18 AM
Unknown Object (File)
Sat, Mar 29, 4:52 PM
Unknown Object (File)
Sat, Mar 29, 4:52 PM
Unknown Object (File)
Sat, Mar 29, 4:52 PM
Unknown Object (File)
Sat, Mar 29, 4:52 PM
Unknown Object (File)
Sat, Mar 29, 4:52 PM
Unknown Object (File)
Fri, Mar 28, 8:18 PM
Unknown Object (File)
Fri, Mar 28, 9:48 AM

Details

Reviewers
mav
markj
ken
chs
Summary

Move the length checks, and byte copying into umass_std_transform. The
copies are typically small and this simplifies the code a lot. Move
zeroing the buffer now to only when we change TEST UNIT READY to START
STOP.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63078
Build 59962: arc lint + arc unit

Event Timeline

imp requested review of this revision.Sun, Mar 23, 9:50 PM
imp created this revision.

LGTM, but could it be that I was assigned by mistake? I haven't submitted any patches around this part of the code.

imp added a subscriber: nakayamakenjiro_gmail.com.

LGTM, but could it be that I was assigned by mistake? I haven't submitted any patches around this part of the code.

Ah yes. It was by mistake, but thanks for the eyeballs and your time.