[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200801260409.53276.vapier@gentoo.org>
Date: Sat, 26 Jan 2008 04:09:52 -0500
From: Mike Frysinger <vapier@...too.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [patch] drop linux/ufs_fs.h from userspace export
Per previous discussions about cleaning up ufs_fs.h, people just want this
straight up dropped from userspace export. The only remaining consumer (silo)
has been fixed a while ago to not rely on this header.
Signed-off-by: Mike Frysinger <vapier@...too.org>
---
include/linux/Kbuild | 1 -
include/linux/ufs_fs.h | 6 ------
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index bd694f7..4076575 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -337,7 +337,6 @@ unifdef-y += tty.h
unifdef-y += types.h
unifdef-y += udf_fs_i.h
unifdef-y += udp.h
-unifdef-y += ufs_fs.h
unifdef-y += uinput.h
unifdef-y += uio.h
unifdef-y += unistd.h
diff --git a/include/linux/ufs_fs.h b/include/linux/ufs_fs.h
index 10b854d..46e4a8d 100644
--- a/include/linux/ufs_fs.h
+++ b/include/linux/ufs_fs.h
@@ -35,16 +35,10 @@
#include <linux/stat.h>
#include <linux/fs.h>
-#ifndef __KERNEL__
-typedef __u64 __fs64;
-typedef __u32 __fs32;
-typedef __u16 __fs16;
-#else
#include <asm/div64.h>
typedef __u64 __bitwise __fs64;
typedef __u32 __bitwise __fs32;
typedef __u16 __bitwise __fs16;
-#endif
#define UFS_BBLOCK 0
#define UFS_BBSIZE 8192
--
1.5.3.8
Download attachment "signature.asc " of type "application/pgp-signature" (828 bytes)
Powered by blists - more mailing lists