Re: [PATCH] Speeding up FAT operations

Pavel Machek (pavel@bug.ucw.cz)
Wed, 16 Sep 1998 23:10:53 +0200


Hi!

> Now naming the patch with the kernel source-version it's made against
> instead of date, because it's still the same date ;) This is the newer,
> though.

> + cluster = sector>>sb->cluster_shift;
> + offset = sector & ~(-1<<sb->cluster_shift);
~~ better (~0)
Pavel

-- 
I'm really pavel@atrey.karlin.mff.cuni.cz. 	   Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).

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