All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] why does struct inodes_stat_t include "int dummy[5]"?
@ 2007-05-29 15:55 Robert P. J. Day
  2007-05-29 16:20 ` Arnaldo Carvalho de Melo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Robert P. J. Day @ 2007-05-29 15:55 UTC (permalink / raw)
  To: kernel-janitors


  from include/linux/fs.h:

struct inodes_stat_t {
        int nr_inodes;
        int nr_unused;
        int dummy[5];    <---- ?????????
};

  does that array actually have a purpose?

rday
-- 
====================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
====================================
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2007-05-29 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-29 15:55 [KJ] why does struct inodes_stat_t include "int dummy[5]"? Robert P. J. Day
2007-05-29 16:20 ` Arnaldo Carvalho de Melo
2007-05-29 17:10 ` Robert P. J. Day
2007-05-29 17:26 ` Matthew Wilcox
2007-05-29 17:35 ` Arnaldo Carvalho de Melo
2007-05-29 17:44 ` Robert P. J. Day
2007-05-29 17:54 ` Matthew Wilcox
2007-05-29 19:06 ` Florian Westphal

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.