Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118450
b: refs/heads/master
c: 990e194
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Nov 6, 2008
1 parent 7cf1011 commit 736e383
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8986ab59631b1f2e82ac820c8fd76a34462915ca
refs/heads/master: 990e194e69009028e029b7d25da68c38241ec4f0
2 changes: 0 additions & 2 deletions trunk/fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
obj-$(CONFIG_CODA_FS) += coda/
obj-$(CONFIG_MINIX_FS) += minix/
obj-$(CONFIG_FAT_FS) += fat/
obj-$(CONFIG_MSDOS_FS) += msdos/
obj-$(CONFIG_VFAT_FS) += vfat/
obj-$(CONFIG_BFS_FS) += bfs/
obj-$(CONFIG_ISO9660_FS) += isofs/
obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+
Expand Down
6 changes: 5 additions & 1 deletion trunk/fs/fat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
#

obj-$(CONFIG_FAT_FS) += fat.o
obj-$(CONFIG_VFAT_FS) += vfat.o
obj-$(CONFIG_MSDOS_FS) += msdos.o

fat-objs := cache.o dir.o fatent.o file.o inode.o misc.o
fat-y := cache.o dir.o fatent.o file.o inode.o misc.o
vfat-y := namei_vfat.o
msdos-y := namei_msdos.o
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions trunk/fs/msdos/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/fs/vfat/Makefile

This file was deleted.

0 comments on commit 736e383

Please sign in to comment.