diff options
author | Loïc Minier <[email protected]> | 2010-11-24 12:56:53 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-11-25 06:50:38 +0900 |
commit | 3a3a1af37f0405d15c0b64a6ce7f4878084442e0 (patch) | |
tree | 6f5e415d7c3606991634b66ae062c6186a462a7a /tools/perf | |
parent | 50d431e8a15701b599c98afe2b464eb33c952477 (diff) |
include/linux/fs.h: fix userspace build
dpkg uses fiemap but didn't particularly need to include stdint.h so far.
Since 367a51a33902 ("fs: Add FITRIM ioctl"), build of linux/fs.h failed in
dpkg with:
In file included from ../../src/filesdb.c:27:0:
/usr/include/linux/fs.h:37:2: error: expected specifier-qualifier-list before 'uint64_t'
Use exportable type __u64 to avoid the dependency on stdint.h.
b31d42a5af18 ("Fix compile brekage with !CONFIG_BLOCK") fixed only the
kernel build by including linux/types.h, but this also fixed "make
headers_check", so don't revert it.
Signed-off-by: Loïc Minier <[email protected]>
Tested-by: Arnd Bergmann <[email protected]>
Cc: Lukas Czerner <[email protected]>
Cc: Dmitry Monakhov <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions