Skip to content

Commit

Permalink
fs: clarify "dummy" member in struct inodes_stat_t
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Richter <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Stefan Richter authored and Linus Torvalds committed Jul 16, 2007
1 parent e84845c commit 9e7bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern int get_max_files(void);
struct inodes_stat_t {
int nr_inodes;
int nr_unused;
int dummy[5];
int dummy[5]; /* padding for sysctl ABI compatibility */
};
extern struct inodes_stat_t inodes_stat;

Expand Down

0 comments on commit 9e7bf24

Please sign in to comment.