mbox series

[blktests,v2,0/5] fc transport cleanups

Message ID 20240212104046.13127-1-dwagner@suse.de (mailing list archive)
Headers show
Series fc transport cleanups | expand

Message

Daniel Wagner Feb. 12, 2024, 10:40 a.m. UTC
Fixed the typos and collected the RB tags. 

changes:
v2:
  - typo fixes
  - collected RB tags
  
v1:
  - initial version
  - https://lore.kernel.org/linux-nvme/20240206131655.32050-1-dwagner@suse.de/

Daniel Wagner (5):
  nvme/029: fix local variable declarations
  nvme/rc: filter out errors from cat when reading files
  nvme/rc: do not issue warnings on cleanup when using fc transport
  nvme/rc: do not issue errors when disconnecting when using fc
    transport
  nvme/rc: revert nvme-cli context tracking

 tests/nvme/029 |  2 +-
 tests/nvme/rc  | 73 +++++---------------------------------------------
 2 files changed, 8 insertions(+), 67 deletions(-)

Comments

Shin'ichiro Kawasaki Feb. 13, 2024, 10:54 a.m. UTC | #1
On Feb 12, 2024 / 11:40, Daniel Wagner wrote:
> Fixed the typos and collected the RB tags. 
> 
> changes:
> v2:
>   - typo fixes
>   - collected RB tags

Thank you for the changes in v2. Applied.