[GFS2] Remove pointless comment from nolock/main.c
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 27 Feb 2006 17:11:18 +0000 (12:11 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 27 Feb 2006 17:11:18 +0000 (12:11 -0500)
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>
fs/gfs2/locking/nolock/main.c

index 57f9e50832f0bac7c6f34caef30d85de749b6d55..9398309f2810ac3615c179fcb78ce99e855bfff4 100644 (file)
@@ -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;