[Ocfs2-devel] fs/ocfs2/cluster/heartbeat.c: misplaced parentheses in o2hb_setup_one_bio()?

Roel Kluin 12o3l at tiscali.nl
Sun Mar 9 11:34:37 PDT 2008


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);

?



More information about the Ocfs2-devel mailing list