lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241202111957.2311683-1-john.g.garry@oracle.com>
Date: Mon,  2 Dec 2024 11:19:55 +0000
From: John Garry <john.g.garry@...cle.com>
To: axboe@...nel.dk
Cc: haris.iqbal@...os.com, jinpu.wang@...os.com, colyli@...e.de,
        kent.overstreet@...ux.dev, agk@...hat.com, snitzer@...nel.org,
        mpatocka@...hat.com, linux-block@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-bcache@...r.kernel.org,
        dm-devel@...ts.linux.dev, linux-bcachefs@...r.kernel.org, hch@....de,
        John Garry <john.g.garry@...cle.com>
Subject: [PATCH 0/2] block: Delete bio_set_prio() and bio_prio()

Macros bio_set_prio() and bio_prio() do nothing special in terms of
setting and getting the bio io prio member, so just delete them.

Prior to commit 43b62ce3ff0a, they would actually encode and decode the
prio in the now-deleted bi_rw member.

John Garry (2):
  block: Delete bio_prio()
  block: Delete bio_set_prio()

 drivers/block/rnbd/rnbd-srv.c | 2 +-
 drivers/md/bcache/movinggc.c  | 2 +-
 drivers/md/bcache/writeback.c | 2 +-
 drivers/md/dm-verity-fec.c    | 6 +++---
 drivers/md/dm-verity-target.c | 4 ++--
 fs/bcachefs/move.c            | 6 +++---
 include/linux/bio.h           | 3 ---
 7 files changed, 11 insertions(+), 14 deletions(-)

-- 
2.31.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ