Skip to content

Commit

Permalink
fat: move fs/vfat/* and fs/msdos/* to fs/fat
Browse files Browse the repository at this point in the history
This just moves those files, but change link order from MSDOS, VFAT to
VFAT, MSDOS.

Signed-off-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
OGAWAHirofumi authored and torvalds committed Nov 6, 2008
1 parent 8986ab5 commit 990e194
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
2 changes: 0 additions & 2 deletions 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 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 fs/msdos/Makefile

This file was deleted.

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

This file was deleted.

0 comments on commit 990e194

Please sign in to comment.