- 24 May, 2002 2 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 23 May, 2002 30 commits
-
-
Christoph Hellwig authored
No more need to include buffer_head.h in fs.h. Finally.
-
Christoph Hellwig authored
Make the 144 files in fs/ that need it include buffer_head.h directly. Again some uses in the VFS files are layering violations and need to be addressed later. The new include statement gives a nice grep pattern for that :)
-
Christoph Hellwig authored
Make kernel/ksyms.c include buffer_head.h directly.
-
Christoph Hellwig authored
Make the 5 headers in include/linux that need it include buffer_head.h directly.
-
Christoph Hellwig authored
Make the 7 file that need it in mm/ include buffer_head.h directly. Once again most files shouln't need it and want fixing.
-
Christoph Hellwig authored
Include buffer_head.h directly in the file in drivers/ that need it (9 files). Note that most of this uses are layering violations that I will address later.
-
Christoph Hellwig authored
Remove two unused declarations in fs/jffs/intrep.h.
-
Christoph Hellwig authored
Remove unused bh_kmap/bh_kunmap inlines from highmem.h.
-
Christoph Hellwig authored
Declare buffer_init() extern in init/main.c like the other _init so that it doesn't have to include buffer_head.h. Remove buffer_init() there.
-
Christoph Hellwig authored
Now that fs.h grow due to the lock.h removal let's reduce it's overhead again: Instead of penalizing ever user of fs.h with the overhead of the buffer head interface let it's users include it directly. This also shows nicely which parts of the core kernel still depend on the buffer head interface, and allows that to be cleaned up properly. This is the first of ten patches and adds the includes needed by buffer_head.h to it and fixes it's inclusion guard.
-
http://linux-isdn.bkbits.net/linux-2.5.exportLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
We now always allocate the section __ksymtab, which to modutils means not to implicitly export any symbols. That means that EXPORT_NO_SYMBOLS is now default, and thus can go away in the sources.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
o Standardize building math-emu.o for arch/alpha o Remove old boilerplate code / redundant comments o Remove unnecessary obj-m := $(sort $(obj-m)) in ALSA
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
o Use a shorter expression to transform 'foo.o' -> 'foo-objs' o Define EXPORT_FLAGS (as -DEXPORT_SYMTAB) in the main Makefile o Small rearrangement of code in Rules.make
-
David Howells authored
The attached patch fixes the compilation problems Andrew Morton has been seeing with the rw-semaphores in the kernel when using gcc 2.95.3 with -O1.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
(Christoph Hellwig)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
The copy_to/from_user fixes left some variables unused, which the compiler warned about.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
-
- 22 May, 2002 8 commits
-
-
David S. Miller authored
- Yes we really do need sched.h in central.c - Include namei.h in solaris syscall emul layer - Use generic_fls in sparc64 bitops. - Add dummy asm-sparc64/suspend.h
-
David S. Miller authored
- Include dcache.h/namei.h in fs/autofs/autofs_i.h not dirhash.c - Include list.h and spinlock.h in dcache.h - Include list.h in mount.h and namei.h
-
Greg Kroah-Hartman authored
Removed lots of unneeded #includes from the tty style drivers.
-
Greg Kroah-Hartman authored
addition of #include <linux/version.h> due to removal from <linux/usb.h>
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
fix compile time error, due to addition of jiffies.h
-
Kai Germaschewski authored
Group the variable-processing part together, which figures out what needs to be done. (Nothing actually changes in this cset)
-
Kai Germaschewski authored
We have o CFLAGS_KERNEL: Additional flags for files compiled into vmlinux o AFLAGS_KERNEL: Additional flags for files assembled into vmlinux o MODFLAGS: Additonal flags for files compiled as module For consistency, rename MODFLAGS to CFLAGS_MODULE, introduce AFLAGS_MODULE but leave it empty for now. While we're at, removing "MAKING_MODULES=1", nobody is using it.
-