Re: [PATCH] Allow EA reservation holders to read from device.

2015-01-07 Thread Nicholas A. Bellinger
On Tue, 2015-01-06 at 19:08 -0800, Lee Duncan wrote: > On 01/06/2015 01:23 PM, Nicholas A. Bellinger wrote: > > On Mon, 2015-01-05 at 10:49 -0800, Lee Duncan wrote: > >> From: Lee Duncan > >> > >> For PGR reservation type Exclusive Access, allow all > >> registrants to read from the device. > >> >

Re: [PATCH] Allow EA reservation holders to read from device.

2015-01-06 Thread Lee Duncan
On 01/06/2015 01:23 PM, Nicholas A. Bellinger wrote: > Hi Lee, > > Apologies for the delayed response, just catching up from the holidays. No worries. > > Comments below. > > On Mon, 2015-01-05 at 10:49 -0800, Lee Duncan wrote: >> From: Lee Duncan >> >> For PGR reservation type Exclusive Acce

Re: [PATCH] Allow EA reservation holders to read from device.

2015-01-06 Thread Nicholas A. Bellinger
Hi Lee, Apologies for the delayed response, just catching up from the holidays. Comments below. On Mon, 2015-01-05 at 10:49 -0800, Lee Duncan wrote: > From: Lee Duncan > > For PGR reservation type Exclusive Access, allow all > registrants to read from the device. > > Signed-off-by: Lee Duncan

[PATCH] Allow EA reservation holders to read from device.

2015-01-05 Thread Lee Duncan
From: Lee Duncan For PGR reservation type Exclusive Access, allow all registrants to read from the device. Signed-off-by: Lee Duncan Cc: Nicholas Bellinger --- drivers/target/target_core_pr.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/target/target_core_pr.c b/d