linux-sg2042/drivers/block/aoe
Ed Cashin 6583303c5e aoe: disallow unsupported AoE minor addresses
A guard is inserted to prevent AoE minor addresses (slot addresses) higher
than 15 to be used, as they are not yet supported by the driver.

There is a change coming that will allow the aoe driver to overcome this
limit by using system device minor numbers dynamically, but until then,
this guard prevents unexpected targets from being used by the driver when
AoE targets with high minor numbers are on the AoE network.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-10-06 03:05:26 +09:00
..
Makefile drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y 2011-01-19 08:25:02 -07:00
aoe.h aoe: failover remote interface based on aoe_deadsecs parameter 2012-10-06 03:05:26 +09:00
aoeblk.c aoe: become I/O request queue handler for increased user control 2012-10-06 03:05:25 +09:00
aoechr.c aoe: do revalidation steps in order 2012-10-06 03:05:26 +09:00
aoecmd.c aoe: disallow unsupported AoE minor addresses 2012-10-06 03:05:26 +09:00
aoedev.c aoe: become I/O request queue handler for increased user control 2012-10-06 03:05:25 +09:00
aoemain.c aoe: kernel thread handles I/O completions for simple locking 2012-10-06 03:05:24 +09:00
aoenet.c aoe: use a kernel thread for transmissions 2012-10-06 03:05:25 +09:00