[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] lvm fails when /proc/devices contains "-1 smblk"
- From: Alasdair G Kergon <agk redhat com>
- To: John Mesmon <jmesmon gmail com>, maximlevitsky gmail com
- Cc: LVM general discussion and development <linux-lvm redhat com>
- Subject: Re: [linux-lvm] lvm fails when /proc/devices contains "-1 smblk"
- Date: Sat, 17 Mar 2012 16:12:20 +0000
> Dne 16.3.2012 07:28, John Mesmon napsal(a):
> > Block devices:
> > -1 smblk
That's outside the range of valid major numbers and surely shouldn't be getting
exposed to userspace in /proc/devices.
static struct mtd_blktrans_ops sm_ftl_ops = {
.name = "smblk",
.major = -1,
Why's -1 being used?
Alasdair
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]