From: Roel Kluin <12o3l@tiscali.nl>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] fs/ocfs2/cluster/heartbeat.c: misplaced parentheses in o2hb_setup_one_bio()?
Date: Sun Mar 9 11:35:04 2008 [thread overview]
Message-ID: <47D42DBD.7030207@tiscali.nl> (raw)
from fs/ocfs2/cluster/heartbeat.c:265:
vec_start = (cs << bits) % PAGE_CACHE_SIZE;
shouldn't this be
vec_start = cs << (bits % PAGE_CACHE_SIZE);
?
next reply other threads:[~2008-03-09 11:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-09 11:35 Roel Kluin [this message]
2008-03-09 11:51 ` [Ocfs2-devel] Re: fs/ocfs2/cluster/heartbeat.c: misplaced parentheses in o2hb_setup_one_bio()? Roel Kluin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47D42DBD.7030207@tiscali.nl \
--to=12o3l@tiscali.nl \
--cc=ocfs2-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.