lkml.org 
[lkml]   [2002]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 6/19
> > +	/*
> > + * chunk_size is a power of two
> > + */
> > + if (!chunk_size || (chunk_size & (chunk_size - 1))) {
> > + ti->error = "dm-stripe: Invalid chunk size";
> > + return -EINVAL;
> > + }
>
> Is 1 a valid chunksize then? [It certainly is not a power of two. ;)]

Umm, 2 ^ 0 = 1. Sorry.

--
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:31    [W:0.307 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site