summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/statfs.h
Commit message (Collapse)AuthorAgeFilesLines
* remove __KERNEL_STRICT_NAMESArnd Bergmann2009-03-261-2/+3
| | | | | | | | | | | With the last used of non-strict names gone from the exported header files, we can remove the old libc5 compatibility cruft from our headers and only export strict types. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* Make <asm-generic/statfs.h> suitable for 64-bit platforms.David Woodhouse2008-09-041-17/+48
| | | | | | | | | | | At the moment, 64-bit platforms (other than Alpha) are all redefining things for themselves instead of using <asm-generic/statfs.h>. As is ARM, since it has special requirements w.r.t. padding. Make <asm-generic/statfs.h> more generic, and they can use it directly. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+51
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!