aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorStefan Haberland <[email protected]>2022-09-20 21:26:14 +0200
committerJens Axboe <[email protected]>2022-09-21 08:32:51 -0600
commit112ff512fc654d7066936dcc06f77cc60471fdb4 (patch)
tree90c5b2025828765325a0d0562366242e6ead5ed6 /net/lapb/lapb_out.c
parent413862caad6fe7fddec639219bccfdab60333551 (diff)
s390/dasd: add ioctl to perform a swap of the drivers copy pair
The newly defined ioctl BIODASDCOPYPAIRSWAP takes a structure that specifies a copy pair that should be swapped. It will call the device discipline function to perform the swap operation. The structure looks as followed: struct dasd_copypair_swap_data_t { char primary[20]; char secondary[20]; __u8 reserved[64]; }; where primary is the old primary device that will be replaced by the secondary device. The old primary will become a secondary device afterwards. Signed-off-by: Stefan Haberland <[email protected]> Reviewed-by: Jan Hoeppner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions