diff options
-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, | |||
33 | unsigned int jid; | 33 | unsigned int jid; |
34 | struct nolock_lockspace *nl; | 34 | struct nolock_lockspace *nl; |
35 | 35 | ||
36 | /* If there is a "jid=" in the hostdata, return that jid. | ||
37 | Otherwise, return zero. */ | ||
38 | |||
39 | c = strstr(host_data, "jid="); | 36 | c = strstr(host_data, "jid="); |
40 | if (!c) | 37 | if (!c) |
41 | jid = 0; | 38 | jid = 0; |