[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F7581D4.4040301@cn.fujitsu.com>
Date: Fri, 30 Mar 2012 17:50:12 +0800
From: Ren Mingxin <renmx@...fujitsu.com>
To: Jens Axboe <axboe@...nel.dk>,
"Michael S. Tsirkin" <mst@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Tejun Heo <tj@...nel.org>
CC: LKML <linux-kernel@...r.kernel.org>,
SCSI <linux-scsi@...r.kernel.org>, KVM <kvm@...r.kernel.org>,
VIRTUAL <virtualization@...ts.linux-foundation.org>
Subject: [PATCH 0/4] block: move sd_format_disk_name() into block core as
disk_name_format()
This patch series renames "sd_format_disk_name()" to
"disk_name_format()" and moves it into block core. So
that who needs formatting disk name can use it, instead
of duplicating these similar help functions.
Ren Mingxin (4):
block: add function disk_name_format() into block core
scsi: replace sd_format_disk_name() to disk_name_format()
block: replace rssd_disk_name_format() to disk_name_format()
virtio_blk: use disk_name_format() to support mass of disks naming
block/genhd.c | 49 ++++++++++++++++++++++++++++++++++++++
drivers/block/mtip32xx/mtip32xx.c | 33 -------------------------
drivers/block/virtio_blk.c | 13 ----------
drivers/scsi/sd.c | 48 -------------------------------------
include/linux/genhd.h | 2 +
5 files changed, 54 insertions(+), 91 deletions(-)
Any comment will be appreciated.
Thanks,
Ren
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists