Re: [PATCH 1/1] iscsi: fix regression caused by session lock patch

2016-11-08 Thread Chris Leech
On Mon, Nov 07, 2016 at 04:23:10PM -0200, Guilherme G. Piccoli wrote: > > Sure! Count on us to test any patches. I guess the first step is to > reproduce on upstream right? We haven't tested specifically this > scenario for long time. Will try to reproduce on 4.9-rc4 and update here. Great, I'm

why certain function name prefix of “_ _” (double underscore)

2016-11-08 Thread Raghu Murugesan
I am reading the source code of open-iscsi. In source files, I see few functions start with prefix "__". Whats the reason behind naming a function with double underscore as prefix in general in C language? Example: In the file usr/iscsi_sysfs.c, the function name `static int

Open-Iscsi working

2016-11-08 Thread Raghu Murugesan
I want to understand how open-iscsi implements the RFC3720. I read RFC3720 to understand how iscsi works. But I could understand how this RFC3720 is implemented in open-iscsi code. There are a lot of files with few thousand line of code which making things difficult to understand for someone