Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.4.22 /fs/Makefile

Filename:/fs/Makefile
Lines Added:5
Lines Deleted:7
Also changed in: (Previous) 2.4.22-rc4  2.4.22-rc3  2.4.22-rc2-ac3  2.4.22-rc2-ac2  2.4.22-rc2-ac1  2.4.22-rc1-ac1 
(Following) 2.4.22-ac1  2.4.22-ac2  2.4.22-ac3  2.4.22-ac4  2.4.23-bk6  2.4.23-bk7 

Location
[  2.4.22
  [  fs
     o  Makefile

Patch

diff -urN linux-2.4.21/fs/Makefile linux-2.4.22/fs/Makefile
--- linux-2.4.21/fs/Makefile   2002-11-28 15:53:15.000000000 -0800
+++ linux-2.4.22/fs/Makefile   2003-08-25 04:44:43.000000000 -0700
@@ -7,20 +7,17 @@
 
 O_TARGET := fs.o
 
-export-objs :=   filesystems.o open.o dcache.o buffer.o
+export-objs :=   filesystems.o open.o dcache.o buffer.o dquot.o
 mod-subdirs :=   nls
 
 obj-y :=   open.o read_write.o devices.o file_table.o buffer.o \
       super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
       fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
       dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o \
-      filesystems.o namespace.o seq_file.o xattr.o
+      filesystems.o namespace.o seq_file.o xattr.o quota.o
 
-ifeq ($(CONFIG_QUOTA),y)
-obj-y += dquot.o
-else
-obj-y += noquot.o
-endif
+obj-$(CONFIG_QUOTA)      += dquot.o quota_v1.o
+obj-$(CONFIG_QFMT_V2)      += quota_v2.o
 
 subdir-$(CONFIG_PROC_FS)   += proc
 subdir-y         += partitions
@@ -41,6 +38,7 @@
 subdir-$(CONFIG_BFS_FS)      += bfs
 subdir-$(CONFIG_ISO9660_FS)   += isofs
 subdir-$(CONFIG_DEVFS_FS)   += devfs
+subdir-$(CONFIG_HFSPLUS_FS)   += hfsplus # Before hfs to find wrapped HFS+
 subdir-$(CONFIG_HFS_FS)      += hfs
 subdir-$(CONFIG_VXFS_FS)   += freevxfs
 subdir-$(CONFIG_NFS_FS)      += nfs


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.