lkml.org 
[lkml]   [2003]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [NEW FEATURE]Partitions on loop device for 2.6
On Dec-24 2003, Wed, 18:20 +0100
BlaisorBlade <blaisorblade_spam@yahoo.it> wrote:

Thanks for the patch. Would you please inline it (instead
of attaching it) the next time you're sending one?

> if (register_blkdev(LOOP_MAJOR, "loop"))
> return -EIO;
>
>+ if (register_blkdev(PLOOP_MAJOR, "ploop")) {
>+ ret = -EIO;
>+ goto out_noreg;
>+ }

Let's make these consistent.

>+ printk(KERN_INFO "loop: loaded (max %d not partitioned devices "
>+ "and %d partitioned ones)\n", max_nopart_loop, max_part_loop);

... "%d regular loop devices and %d partitionable ones"

--
Tomas Szepe <szepe@pinerecords.com>
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:59    [from the cache]
©2003-2011 Jasper Spaans