Re: Possible inode.c problem for EXT2

Stephen C. Tweedie (sct@redhat.com)
Thu, 30 Sep 1999 15:42:57 +0100 (BST)


Hi,

On Thu, 30 Sep 1999 02:39:51 +0200 (MET DST), dwguest@win.tue.nl (Guest
section DW) said:

> count = bh->b_size >> 9;
> sector = bh->b_rsector;
> printk("%d", (sector + count)>>1);

> Are you saying that (sector + count)>>1 was found on disk ?
> Or only sector>>1 ?

It would have been sector>>1, almost certainly. Count would be an
offset of 1 in this case, which is not likely to turn ascii characters
into something unrecognisable. :)

--Stephen

-
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/