Roel Kluin wrote: > 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); > > ?
Nevermind, it is probably right. Sorry for the noise. _______________________________________________ Ocfs2-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-devel
