diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-27 12:11:18 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-27 12:11:18 -0500 |
commit | 116ad29d9839610d2811a1962cac7f3f2a9f9295 (patch) | |
tree | 777c7c3b404942e95fbc32b218e9b31c6f1b3e86 /fs/gfs2/locking | |
parent | f382894e8889a64f8daf747db477a16da2d54eb0 (diff) | |
download | talos-op-linux-116ad29d9839610d2811a1962cac7f3f2a9f9295.tar.gz talos-op-linux-116ad29d9839610d2811a1962cac7f3f2a9f9295.zip |
[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>
Diffstat (limited to 'fs/gfs2/locking')
-rw-r--r-- | fs/gfs2/locking/nolock/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/locking/nolock/main.c b/fs/gfs2/locking/nolock/main.c index 57f9e50832f0..9398309f2810 100644 --- a/fs/gfs2/locking/nolock/main.c +++ b/fs/gfs2/locking/nolock/main.c @@ -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; |