projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b7998
)
[GFS2] Fix typo in GFS2 Makefile
author
David Teigland
<teigland@redhat.com>
Tue, 17 Jan 2006 08:36:49 +0000
(08:36 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 17 Jan 2006 08:36:49 +0000
(08:36 +0000)
A two line fix to the GFS2 Makefile.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
fs/gfs2/Makefile
patch
|
blob
|
history
diff --git
a/fs/gfs2/Makefile
b/fs/gfs2/Makefile
index
b1bac4f
..
974c76d
100644
(file)
--- a/
fs/gfs2/Makefile
+++ b/
fs/gfs2/Makefile
@@
-39,6
+39,6
@@
gfs2-y := \
unlinked.o \
util.o
-obj-$(CONFIG_GFS2_LOCKING_NOLOCK) += locking/nolock/
-obj-$(CONFIG_GFS2_LOCKING_DLM) += locking/dlm/
+obj-$(CONFIG_GFS2_
FS_
LOCKING_NOLOCK) += locking/nolock/
+obj-$(CONFIG_GFS2_
FS_
LOCKING_DLM) += locking/dlm/