summaryrefslogtreecommitdiffstats
path: root/fs/ufs/dir.c
diff options
context:
space:
mode:
authorMike Frysinger2008-02-08 13:21:31 +0100
committerLinus Torvalds2008-02-08 18:22:39 +0100
commite542059884bb6d651d7ffc64eacedbab2b64078c (patch)
tree336dc9a9b9fec99b9e744b2f754a27606e40eb49 /fs/ufs/dir.c
parentavoid overflows in kernel/time.c (diff)
downloadkernel-qcow2-linux-e542059884bb6d651d7ffc64eacedbab2b64078c.tar.gz
kernel-qcow2-linux-e542059884bb6d651d7ffc64eacedbab2b64078c.tar.xz
kernel-qcow2-linux-e542059884bb6d651d7ffc64eacedbab2b64078c.zip
drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
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. This allows use to move it completely from include/linux/ to fs/ufs/ seeing as how the only in-kernel consumer is fs/ufs/. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Jan Kara <jack@ucw.cz> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ufs/dir.c')
-rw-r--r--fs/ufs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/dir.c b/fs/ufs/dir.c
index aaf2878305ce..ef563fc8d72c 100644
--- a/fs/ufs/dir.c
+++ b/fs/ufs/dir.c
@@ -18,9 +18,9 @@
#include <linux/time.h>
#include <linux/fs.h>
-#include <linux/ufs_fs.h>
#include <linux/swap.h>
+#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"