login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
10
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and driver model
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Greg KH <greg@...>
To: Eric W. Biederman <ebiederm@...>
Cc: Tejun Heo <htejun@...>, <cornelia.huck@...>, <stern@...>, <kay.sievers@...>, <linux-kernel@...>, Linux Containers <containers@...>
Subject:
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and driver model
Date: Wednesday, October 10, 2007 - 4:44 pm
On Wed, Oct 10, 2007 at 07:16:48AM -0600, Eric W. Biederman wrote:
quoted text
> Greg KH <greg@kroah.com> writes: > > > On Fri, Oct 05, 2007 at 06:12:41AM -0600, Eric W. Biederman wrote: > >> Greg KH <greg@kroah.com> writes: > >> > > >> >> Also fun is that the dev file implementation needs to be able to > >> >> report different major:minor numbers based on which mount of > >> >> sysfs we are dealing with. > >> > > >> > Um, no, that's not going to happen. /dev/sda will _always_ have the > >> > same major:minor number, as defined by the LSB spec. You can not break > >> > that at all. So while you might not want to show all mounts > >> > /sys/devices/block/sda/ the ones that you do, will all have the LSB > >> > defined major:minor number assigned to it. > >> > >> Hmm. If that is in the LSB it must come from > >> Documentation/devices.txt > > > > Yes, that is the requirement. > > > >> I'm not after changing the user visible major/minor assignments. > > > > Oh, I misunderstood what you wrote above then. > > My above sentence is slightly misleading. That should have been. > I am not after changing the device name to major:minor assignments > as specified in Documentation/devices.txt. > > So within a single device namespace everything is normal and as it > always has been. Weirdness only ensues when you look across device > namespaces. > > >> Let me see if a concrete example will help. Suppose I have > >> have a SAN with two disks: disk-1 and disk-2. I have > >> two machines A and B. On machine A I get the mapping: > >> sda -> disk-1, sdb ->disk-2. On machine B I wind up with > >> a different probe order so I get the mapping: sda -> disk-2 > >> sdb ->disk-1. > > > > Ok. > > > >> To be very clear by sda I mean the block device with major 8 and > >> minor 0, and by sdb I mean the block device with major 8 and minor > >> 16. > > > > Ok. > > > >> So I decide I want an environment on machine B that looks just > >> like the environment on machine A, so I can bring transfer over > >> a running program or whatever. So I run around looking at UUID > >> labels and what not and I discover that the machine B knows disk-1 as > >> sdb and that machine A knows disk-1 as sda. So I want to say: > >> /sys/devices/block/sdb show up in this other device namespace as > >> /sys/devices/block/sda. > > > > > Ah, but if you do that then the "other" device namespace would have > > /sys/devices/block/sda/dev be 8:16, right? > > No. The "other" device namespace I would construct on machine B to > look just like the device namespace that existed on machine A. > Making /sys/devices/block/sda would still be 8:0. > > So to be very clear on machine B when talking about disk-1 I would have. > initial device namespace: > /sys/devices/block/sdb > /sys/devices/block/sdb/dev 8:16 > > "other" device namespace: > /sys/devices/block/sda > /sys/devices/block/sda/dev 8:0 > > Similarly on machine B when talking about disk-2 I would have. > initial device namespace: > /sys/devices/block/sda > /sys/devices/block/sda/dev 8:0 > > "other" device namespace: > /sys/devices/block/sdb > /sys/devices/block/sdb/dev 8:16 > > So between the two devices namespaces on machine B the two disks > would exchange their user visible identities.
Ah, ok, that makes more sense. And seems quite difficult to do, good luck with that :) greg k-h -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCHSET 3/4] sysfs: divorce sysfs from kobject and driver ...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Sep 25, 6:17 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Tejun Heo
, (Thu Sep 27, 7:35 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Fri Oct 5, 2:18 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Tejun Heo
, (Fri Oct 5, 4:00 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Oct 9, 6:48 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Martin Bligh
, (Wed Oct 10, 1:24 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Wed Oct 10, 1:30 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Martin Bligh
, (Wed Oct 10, 2:26 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Wed Oct 10, 2:44 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Alan Stern
, (Wed Oct 10, 11:38 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Cornelia Huck
, (Wed Oct 10, 12:16 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Cornelia Huck
, (Tue Oct 9, 5:29 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Oct 9, 6:26 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Cornelia Huck
, (Wed Oct 10, 5:05 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Roland Dreier
, (Tue Oct 9, 7:20 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Oct 9, 7:28 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Cornelia Huck
, (Wed Oct 10, 5:11 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Thu Sep 27, 3:25 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Fri Oct 5, 2:23 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Fri Oct 5, 8:44 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Oct 9, 6:53 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Fri Oct 5, 8:12 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Tue Oct 9, 6:51 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Wed Oct 10, 9:16 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
,
, (Tue Oct 16, 6:18 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Tue Oct 16, 7:54 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Greg KH
, (Wed Oct 10, 4:44 pm)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Eric W. Biederman
, (Wed Oct 10, 5:16 pm)
Re: [Devel] Re: [PATCHSET 3/4] sysfs: divorce sysfs from kob...
, Kirill Korotaev
, (Fri Oct 5, 9:03 am)
Re: [Devel] Re: [PATCHSET 3/4] sysfs: divorce sysfs from kob...
, Eric W. Biederman
, (Fri Oct 5, 9:24 am)
Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and dri...
, Tejun Heo
, (Sat Sep 29, 6:06 pm)
[PATCH 13/22] sysfs: implement sysfs_dirent based bin interf...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 11/22] sysfs: implement sysfs_dirent based file inter...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 22/22] sysfs: move sysfs_assoc_lock into fs/sysfs/kob...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 17/22] sysfs: s/sysfs_rename_mutex/sysfs_op_mutex/ an...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 20/22] sysfs: kill now unused __sysfs_add_file()
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 21/22] sysfs: kill sysfs_hash_and_remove()
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 19/22] sysfs: implement sysfs_dirent based rename - s...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 16/22] sysfs: convert group implementation to use sd-...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 15/22] sysfs: implement sysfs_dirent based link inter...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 18/22] kobject: implement __kobject_set_name()
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 09/22] sysfs: rename internal function sysfs_add_file()
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 05/22] sysfs: implement sysfs_find_child()
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 12/22] sysfs: drop kobj and attr from bin related sym...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 07/22] sysfs: implement sysfs_dirent based remove int...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 14/22] sysfs: s/symlink/link/g
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 10/22] sysfs: drop kobj and attr from file related sy...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 08/22] sysfs: implement sysfs_dirent based directory ...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 02/22] sysfs: separate out sysfs-kobject.h and fs/sys...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 06/22] sysfs: restructure addrm helpers
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 01/22] sysfs: make sysfs_root a pointer
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 03/22] sysfs: make sysfs_new_dirent() normalize @mode...
, Tejun Heo
, (Thu Sep 20, 4:05 am)
[PATCH 04/22] sysfs: make SYSFS_COPY_NAME a flag
, Tejun Heo
, (Thu Sep 20, 4:05 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 006/196] Chinese: add translation of oops-tracing.txt
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
James Bottomley
Re: Integration of SCST in the mainstream Linux kernel
Borislav Petkov
2.6.23-rc1: no setup signature found...
git
:
openbsd-misc
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
Re: [BUG] New Kernel Bugs
Colocation donated by:
Who's online
There are currently
2 users
and
1053 guests
online.
Online users
zeekec
cbeltyml12
Syndicate