projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f382894
)
[GFS2] Remove pointless comment from nolock/main.c
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 27 Feb 2006 17:11:18 +0000
(12:11 -0500)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/fs/gfs2/locking/nolock/main.c
b/fs/gfs2/locking/nolock/main.c
index
57f9e50
..
9398309
100644
(file)
--- 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;