

SCSI Reservation library TODO list:

1.  Implement SCSI-3 persistent reservations.  This requires more
	than just the code to talk to the drives.  It also requires that
	the program be made aware of a configuration file that lists keys
	and namespace elements to be used on the persistent reservations.

2.  Implement the --test feature of the test_reserve.c code.  It currently
	doesn't do anything.

3.  Write up some docs for this thing.

4.  Write the kernel patch that adds an ioctl (probably on a per drive basis)
	for causing the machine to reboot on a reservation conflict.  It
	would actually be nice if we could get the higher layers (aka, the
	VFS or specific filesystem layers) to realize that the particular
	I/O error in question is a reservation conflict and immediately switch
	the fs to read-only mode.  That might make the system workable
	without requiring a reboot.


