aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorMike Marshall <[email protected]>2016-04-06 11:19:37 -0400
committerMike Marshall <[email protected]>2016-04-08 14:08:27 -0400
commita9bb3ba81fba1750139654360cb716ab093103b0 (patch)
tree98483c708424a6aa36a66a823d6e90fc9102840f /drivers/fpga/fpga-mgr.c
parent2d09a2ca6a6c66d765458df2653f888c4a481c81 (diff)
Orangefs: optimize boilerplate code.
Suggested by David Binderman <[email protected]> The former can potentially be a performance win over the latter. memcpy(d, s, len); memset(d+len, c, size-len); memset(d, c, size); memcpy(d, s, len); Signed-off-by: Mike Marshall <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions