diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-03-26 11:37:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-26 19:39:26 -0700 |
commit | 7000108f27b1b421d388af0da0edc1d9cf13fd3c (patch) | |
tree | e2283eeececd884174542f5d5bbe123d813a7088 /net/psample/Kconfig | |
parent | 47a39f6105d360abc8409f31fc36fac3c0925a52 (diff) |
devlink: extract snapshot id allocation to helper function
A future change is going to implement a new devlink command to request
a snapshot on demand. As part of this, the logic for handling the
snapshot ids will be refactored. To simplify the snapshot id allocation
function, move it to a separate function prefixed by `__`. This helper
function will assume the lock is held.
While no other callers will exist, it simplifies refactoring the logic
because there is no need to complicate the function with gotos to handle
unlocking on failure.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/psample/Kconfig')
0 files changed, 0 insertions, 0 deletions