LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [patch] drop linux/ufs_fs.h from userspace export
@ 2008-01-26  9:09 Mike Frysinger
  2008-01-26 20:23 ` Christoph Hellwig
  2008-01-28  5:33 ` Andrew Morton
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Frysinger @ 2008-01-26  9:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

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@gentoo.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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-28  9:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-26  9:09 [patch] drop linux/ufs_fs.h from userspace export Mike Frysinger
2008-01-26 20:23 ` Christoph Hellwig
2008-01-26 21:17   ` Mike Frysinger
2008-01-28  5:33 ` Andrew Morton
2008-01-28  7:41   ` [patch] drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h Mike Frysinger
2008-01-28  9:18     ` Andrew Morton
2008-01-28  9:58       ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).