Skip to content

Commit

Permalink
[GFS2] Remove pointless comment from nolock/main.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Whitehouse committed Feb 27, 2006
1 parent f382894 commit 116ad29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/gfs2/locking/nolock/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 116ad29

Please sign in to comment.