[GFS2] Remove pointless comment from nolock/main.c
As requested by: Pavel Machek <pavel@suse.cz> Pavel's other comments will be dealt with in later patches. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
f382894e88
commit
116ad29d98
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ static int nolock_mount(char *table_name, char *host_data,
|
|||
unsigned int jid;
|
||||
struct nolock_lockspace *nl;
|
||||
|
||||
/* If there is a "jid=" in the hostdata, return that jid.
|
||||
Otherwise, return zero. */
|
||||
|
||||
c = strstr(host_data, "jid=");
|
||||
if (!c)
|
||||
jid = 0;
|
||||
|
|
Loading…
Reference in a new issue