All of lore.kernel.org
 help / color / mirror / Atom feed
* rand_seed declarations not consistent...is that ok?
@ 2014-01-28 19:10 Grant Grundler
  2014-01-28 19:24 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Grundler @ 2014-01-28 19:10 UTC (permalink / raw)
  To: FIO_list; +Cc: Jens Axboe

cscope tells me:
C symbol: rand_seed

  File             Function                  Line
0 ioengine.h       <global>                    59 unsigned long rand_seed;
1 options.c        <global>                  1660 .off1 =
                                                  td_var_offset(rand_seed),
2 thread_options.h <global>                   103 unsigned int rand_seed;
3 thread_options.h <global>                   327 uint32_t rand_seed;
4 verify.h         <global>                    34 uint64_t rand_seed;

Any reason we have 4 different declarations of the same name?
Thoughts on if/how this should be fixed?

Even if it's not wrong, it's definitely confusing.

thanks,
grant


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-28 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 19:10 rand_seed declarations not consistent...is that ok? Grant Grundler
2014-01-28 19:24 ` Jens Axboe
2014-01-28 21:06   ` Grant Grundler

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.