Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116816 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.16-gentoo-r9-orig/driver/block/loop.c (-1 / +1 lines)
Lines 77-83 Link Here
77
77
78
#include <asm/uaccess.h>
78
#include <asm/uaccess.h>
79
79
80
static int max_loop = 8;
80
static int max_loop = 256;
81
static struct loop_device *loop_dev;
81
static struct loop_device *loop_dev;
82
static struct gendisk **disks;
82
static struct gendisk **disks;
83
83

Return to bug 116816