mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
fs: clarify "dummy" member in struct inodes_stat_t
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e84845c4bf
commit
9e7bf24b1b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ extern int get_max_files(void);
|
||||||
struct inodes_stat_t {
|
struct inodes_stat_t {
|
||||||
int nr_inodes;
|
int nr_inodes;
|
||||||
int nr_unused;
|
int nr_unused;
|
||||||
int dummy[5];
|
int dummy[5]; /* padding for sysctl ABI compatibility */
|
||||||
};
|
};
|
||||||
extern struct inodes_stat_t inodes_stat;
|
extern struct inodes_stat_t inodes_stat;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue