Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e7bf24b authored by Stefan Richter's avatar Stefan Richter Committed by Linus Torvalds
Browse files

fs: clarify "dummy" member in struct inodes_stat_t

parent e84845c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;