linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* Re: [linux-lvm] LVM with devfs questions and patches
@ 2001-02-14 18:18 Benoit Gaussen
  2001-02-14 19:19 ` Andreas Dilger
  2001-02-17  9:26 ` [linux-lvm] Newbie question: ERROR "pv_move_pe(): PE lock" pv_move_pe Piete Brooks
  0 siblings, 2 replies; 11+ messages in thread
From: Benoit Gaussen @ 2001-02-14 18:18 UTC (permalink / raw)
  To: linux-lvm

>Thanks for those, I've reworked them a little but the effect should be the same.
>

Hi, 

I saw the changes in the CVS tree except for one thing that I forgot to tell
about in my previous mail. 

There is a mistake in the devfs registration of /dev/lvm, the major and
minor numbers are swapped :

Just an extract of the patch :

 lvm_devfs_handle = devfs_register(
-		0 , "lvm", 0, 0, LVM_CHAR_MAJOR,
+		0 , "lvm", 0, LVM_CHAR_MAJOR, 0,
 		S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP,
 		&lvm_chr_fops, NULL);
	 
	
Ben.


-- 
Unix IS user friendly, it is just selective about who his friends are.
                                                             Anonymous

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2001-02-20 23:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-14 18:18 [linux-lvm] LVM with devfs questions and patches Benoit Gaussen
2001-02-14 19:19 ` Andreas Dilger
2001-02-17  9:26 ` [linux-lvm] Newbie question: ERROR "pv_move_pe(): PE lock" pv_move_pe Piete Brooks
2001-02-17 10:16   ` Luca Berra
2001-02-17 10:49     ` Piete Brooks
2001-02-17 15:48       ` Joe Thornber
2001-02-17 19:04         ` Heinz J. Mauelshagen
2001-02-17 16:18       ` Andreas Dilger
2001-02-17 16:42         ` [linux-lvm] Newbie question: ERROR "pv_move_pe(): PE lock" Piete Brooks
2001-02-20 18:24           ` Andreas Dilger
2001-02-20 23:21             ` Heinz J. Mauelshagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).