projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[GFS2] Use atomic_t for journal free blocks counter
[linux-2.6]
/
fs
/
Makefile
diff --git
a/fs/Makefile
b/fs/Makefile
index
720c29d
..
500cf15
100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-72,7
+72,7
@@
obj-$(CONFIG_JBD) += jbd/
obj-$(CONFIG_JBD2) += jbd2/
obj-$(CONFIG_EXT2_FS) += ext2/
obj-$(CONFIG_CRAMFS) += cramfs/
-obj-
$(CONFIG_RAMFS)
+= ramfs/
+obj-
y
+= ramfs/
obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
obj-$(CONFIG_CODA_FS) += coda/
obj-$(CONFIG_MINIX_FS) += minix/