diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-12 09:43:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-12 09:43:44 -0700 |
commit | 6cb8a911745616eee0bdd97a2e82eb9723e9599a (patch) | |
tree | f5a95d10443653009ee0db290657b938c5215695 /fs/gfs2/Makefile | |
parent | 7f3591cfacf2d79c4f42238e46c7d053da8e020d (diff) | |
parent | 3ea400581f2b595afd91207bbd79c11cb38598e0 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw:
GFS2: Remove lock_kernel from gfs2_put_super()
GFS2: Add tracepoints
Diffstat (limited to 'fs/gfs2/Makefile')
-rw-r--r-- | fs/gfs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile index d53a9bea1c2..3da2f1f4f73 100644 --- a/fs/gfs2/Makefile +++ b/fs/gfs2/Makefile @@ -1,3 +1,4 @@ +EXTRA_CFLAGS := -I$(src) obj-$(CONFIG_GFS2_FS) += gfs2.o gfs2-y := acl.o bmap.o dir.o eaops.o eattr.o glock.o \ glops.o inode.o log.o lops.o main.o meta_io.o \ |