commit | 3a5e523479c49b082b8ac291a1a9fbd035c06df5 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Fri Aug 09 15:27:15 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 09 11:21:46 2019 -0700 |
tree | 948b6c029ef289483692f49889b0d4da7df44677 | |
parent | 1a9914884db5138682032cf69f2d55739f236c80 [diff] |
devlink: remove pointless data_len arg from region snapshot create The size of the snapshot has to be the same as the size of the region, therefore no need to pass it again during snapshot creation. Remove the arg and use region->size instead. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>