Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Linux Kernel 2.6.15.4
Posted by Philipp Esselbach on: 02/10/2006 06:06 PM [ Print | 0 comment(s) ]
Linux Kernel 2.6.15.4 has been released
Changelog:
md: remove slashes from disk names when creation dev names in sysfs
e.g. The sx8 driver uses names like sx8/0.
This would make a md component dev name like
/sys/block/md0/md/dev-sx8/0
which is not allowed. So we change the '/' to '!' just like
fs/partitions/check.c(register_disk) does.
md: remove slashes from disk names when creation dev names in sysfs
e.g. The sx8 driver uses names like sx8/0.
This would make a md component dev name like
/sys/block/md0/md/dev-sx8/0
which is not allowed. So we change the '/' to '!' just like
fs/partitions/check.c(register_disk) does.
Linux Kernel 2.6.15.4
Related Threads
12/23/2002 12:24 PM: RH8 and linux kernel 2.2.x compile problems (3) by EddiE314
