Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 17:48:20 +0000 (10:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 17:48:20 +0000 (10:48 -0700)
* 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block:
  splice: direct splicing updates ppos twice
  more ACSI removal
  umem: Fix match of pci_ids in umem driver
  umem: Remove references to dead CONFIG_MM_MAP_MEMORY variable
  remove the documentation for the legacy CDROM drivers

1  2 
Documentation/kernel-parameters.txt
MAINTAINERS
drivers/block/Kconfig
drivers/block/Makefile
drivers/net/Kconfig
drivers/net/Makefile

@@@ -1579,33 -1532,26 +1549,29 @@@ and is between 256 and 4096 characters
        simeth=         [IA-64]
        simscsi=
  
-       sjcd=           [HW,CD]
-                       Format: <io>,<irq>,<dma>
-                       See header of drivers/cdrom/sjcd.c.
        slram=          [HW,MTD]
  
 -      slub_debug      [MM, SLUB]
 -                      Enabling slub_debug allows one to determine the culprit
 -                      if slab objects become corrupted. Enabling slub_debug
 -                      creates guard zones around objects and poisons objects
 -                      when not in use. Also tracks the last alloc / free.
 -                      For more information see Documentation/vm/slub.txt.
 +      slub_debug[=options[,slabs]]    [MM, SLUB]
 +                      Enabling slub_debug allows one to determine the
 +                      culprit if slab objects become corrupted. Enabling
 +                      slub_debug can create guard zones around objects and
 +                      may poison objects when not in use. Also tracks the
 +                      last alloc / free. For more information see
 +                      Documentation/vm/slub.txt.
  
        slub_max_order= [MM, SLUB]
 -                      Determines the maximum allowed order for slabs. Setting
 -                      this too high may cause fragmentation.
 -                      For more information see Documentation/vm/slub.txt.
 +                      Determines the maximum allowed order for slabs.
 +                      A high setting may cause OOMs due to memory
 +                      fragmentation. For more information see
 +                      Documentation/vm/slub.txt.
  
        slub_min_objects=       [MM, SLUB]
 -                      The minimum objects per slab. SLUB will increase the
 -                      slab order up to slub_max_order to generate a
 -                      sufficiently big slab to satisfy the number of objects.
 -                      The higher the number of objects the smaller the overhead
 -                      of tracking slabs.
 +                      The minimum number of objects per slab. SLUB will
 +                      increase the slab order up to slub_max_order to
 +                      generate a sufficiently large slab able to contain
 +                      the number of objects indicated. The higher the number
 +                      of objects the smaller the overhead of tracking slabs
 +                      and the less frequently locks need to be acquired.
                        For more information see Documentation/vm/slub.txt.
  
        slub_min_order= [MM, SLUB]
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge