[GFS2] Fix typo in GFS2 Makefile

A two line fix to the GFS2 Makefile.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile
index b1bac4f..974c76d 100644
--- a/fs/gfs2/Makefile
+++ b/fs/gfs2/Makefile
@@ -39,6 +39,6 @@
 	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/