From: Mike Frysinger Date: Fri, 8 Feb 2008 12:21:31 +0000 (-0800) Subject: drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h X-Git-Tag: v2.6.25-rc1~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e542059884bb6d651d7ffc64eacedbab2b64078c;p=pandora-kernel.git 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 Cc: Jan Kara Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed