Two suggestions (loop and owner's of linux tree)

Lukasz Trabinski (lukasz@wsisiz.edu.pl)
Wed, 24 Oct 2001 16:13:47 +0200 (CEST)


Hello

I would like to suggest to change max_loop from 8 to 16 or more if it
possible.

--- linux.org/drivers/block/loop.c Wed Oct 24 15:23:11 2001
+++ linux/drivers/block/loop.c Wed Oct 24 15:24:52 2001
@@ -75,7 +75,7 @@

#define MAJOR_NR LOOP_MAJOR

-static int max_loop = 8;
+static int max_loop = 16;
static struct loop_device *loop_dev;
static int *loop_sizes;
static int *loop_blksizes;

My second suggestions is a request for change owner linux tree from 1046
uid and 101 gid to 0.0 for security reason.

-- 
*[ Łukasz Tr±biński ]*
SysAdmin @wsisiz.edu.pl

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/