]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'for-3.2/drivers' into for-next
authorJens Axboe <axboe@kernel.dk>
Mon, 24 Oct 2011 14:20:43 +0000 (16:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 Oct 2011 14:20:43 +0000 (16:20 +0200)
Conflicts:
drivers/block/loop.c

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1  2 
block/genhd.c
drivers/block/loop.c
drivers/block/xen-blkback/xenbus.c
drivers/block/xen-blkfront.c
drivers/scsi/hpsa.c
fs/block_dev.c
include/linux/loop.h

diff --cc block/genhd.c
Simple merge
index 157ddcb9d0a54e3c8b7e70e65a501590d91c5b76,9b2f5d3c19abc96c1c594dd6d247140c64728086..aa65eedaad9db9dcb90cd7f8dfae3118b696f4cc
  #include <linux/kthread.h>
  #include <linux/splice.h>
  #include <linux/sysfs.h>
 +#include <linux/miscdevice.h>
+ #include <linux/falloc.h>
  #include <asm/uaccess.h>
  
 -static LIST_HEAD(loop_devices);
 -static DEFINE_MUTEX(loop_devices_mutex);
 +static DEFINE_IDR(loop_index_idr);
 +static DEFINE_MUTEX(loop_index_mutex);
  
  static int max_part;
  static int part_shift;
Simple merge
Simple merge
Simple merge
diff --cc fs/block_dev.c
Simple merge
Simple merge