projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84845c
)
fs: clarify "dummy" member in struct inodes_stat_t
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 16 Jul 2007 06:40:25 +0000
(23:40 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:45 +0000
(09:05 -0700)
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>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index aa4530c1ff7a82fce9f0115a3e92f2a78c66a69c..e687808102793fade448c1147faab0046f801e50 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-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;