Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Nov 12, 2005
2 parents 85837eb + b2d1a8a commit 63f45b8
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 124 deletions.
2 changes: 1 addition & 1 deletion Documentation/early-userspace/README
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the image from specifications.
CPIO ARCHIVE method

You can create a cpio archive that contains the early userspace image.
Youre cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it
Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it
will be used directly. Only a single cpio file may be specified in
CONFIG_INITRAMFS_SOURCE and directory and file names are not allowed in
combination with a cpio archive.
Expand Down
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,6 @@ PKTCDVD DRIVER
P: Peter Osterlund
M: petero2@telia.com
L: linux-kernel@vger.kernel.org
L: packet-writing@suse.com
S: Maintained

POSIX CLOCKS and TIMERS
Expand Down
8 changes: 4 additions & 4 deletions drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
* features to asm/floppy.h.
*/

/*
* 1998/1/21 -- Richard Gooch <rgooch@atnf.csiro.au> -- devfs support
*/

/*
* 1998/05/07 -- Russell King -- More portability cleanups; moved definition of
* interrupt and dma channel to asm/floppy.h. Cleaned up some formatting &
Expand Down Expand Up @@ -158,10 +162,6 @@ static int print_unex = 1;
#define FDPATCHES
#include <linux/fdreg.h>

/*
* 1998/1/21 -- Richard Gooch <rgooch@atnf.csiro.au> -- devfs support
*/

#include <linux/fd.h>
#include <linux/hdreg.h>

Expand Down
1 change: 1 addition & 0 deletions drivers/char/ftape/lowlevel/ftape-buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "../lowlevel/ftape-rw.h"
#include "../lowlevel/ftape-read.h"
#include "../lowlevel/ftape-tracing.h"
#include "../lowlevel/ftape-buffer.h"

/* DMA'able memory allocation stuff.
*/
Expand Down
1 change: 1 addition & 0 deletions fs/afs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "server.h"
#include "vnode.h"
#include "internal.h"
#include "cmservice.h"

/*****************************************************************************/
/*
Expand Down
117 changes: 0 additions & 117 deletions fs/befs/attribute.c

This file was deleted.

1 change: 1 addition & 0 deletions fs/freevxfs/vxfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include "vxfs.h"
#include "vxfs_inode.h"
#include "vxfs_extern.h"


#ifdef DIAGNOSTIC
Expand Down
1 change: 1 addition & 0 deletions fs/freevxfs/vxfs_olt.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include "vxfs.h"
#include "vxfs_olt.h"
#include "vxfs_extern.h"


static inline void
Expand Down
1 change: 1 addition & 0 deletions fs/ioprio.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/kernel.h>
#include <linux/ioprio.h>
#include <linux/blkdev.h>
#include <linux/syscalls.h>

static int set_task_ioprio(struct task_struct *task, int ioprio)
{
Expand Down
1 change: 1 addition & 0 deletions fs/jffs/jffs_fm.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/blkdev.h>
#include <linux/jffs.h>
#include "jffs_fm.h"
#include "intrep.h"

#if defined(JFFS_MARK_OBSOLETE) && JFFS_MARK_OBSOLETE
static int jffs_mark_obsolete(struct jffs_fmcontrol *fmc, __u32 fm_offset);
Expand Down
1 change: 1 addition & 0 deletions fs/partitions/ultrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "check.h"
#include "ultrix.h"

int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev)
{
Expand Down
1 change: 1 addition & 0 deletions fs/reiserfs/hashes.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//

#include <linux/kernel.h>
#include <linux/reiserfs_fs.h>
#include <asm/types.h>
#include <asm/bug.h>

Expand Down
6 changes: 6 additions & 0 deletions include/linux/idr.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* Small id to pointer translation service avoiding fixed sized
* tables.
*/

#ifndef __IDR_H__
#define __IDR_H__

#include <linux/types.h>
#include <linux/bitops.h>

Expand Down Expand Up @@ -77,3 +81,5 @@ int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
void idr_remove(struct idr *idp, int id);
void idr_destroy(struct idr *idp);
void idr_init(struct idr *idp);

#endif /* __IDR_H__ */
2 changes: 1 addition & 1 deletion mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ struct kmem_cache {
/* Optimization question: fewer reaps means less
* probability for unnessary cpucache drain/refill cycles.
*
* OTHO the cpuarrays can contain lots of objects,
* OTOH the cpuarrays can contain lots of objects,
* which could lock up otherwise freeable slabs.
*/
#define REAPTIMEOUT_CPUC (2*HZ)
Expand Down

0 comments on commit 63f45b8

Please sign in to comment.