aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ext3_fs.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-04 12:28:26 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-04 12:28:26 -0400
commitde654c97861c314fd0fc0b6a6dd1bc4202e00e42 (patch)
treedb922e0c667e86c816eb7a0bb87f11787b581216 /include/linux/ext3_fs.h
parent7ee7d0e3186e2ad2a872436b5a272a814ea5cb0f (diff)
Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/ext3_fs.h')
-rw-r--r--include/linux/ext3_fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h
index f327a3b5dfbe..757d54d8f1a5 100644
--- a/include/linux/ext3_fs.h
+++ b/include/linux/ext3_fs.h
@@ -661,6 +661,8 @@ struct ext3_dir_entry_2 {
661#define DX_HASH_HALF_MD4 1 661#define DX_HASH_HALF_MD4 1
662#define DX_HASH_TEA 2 662#define DX_HASH_TEA 2
663 663
664#ifdef __KERNEL__
665
664/* hash info structure used by the directory hash */ 666/* hash info structure used by the directory hash */
665struct dx_hash_info 667struct dx_hash_info
666{ 668{
@@ -672,7 +674,6 @@ struct dx_hash_info
672 674
673#define EXT3_HTREE_EOF 0x7fffffff 675#define EXT3_HTREE_EOF 0x7fffffff
674 676
675#ifdef __KERNEL__
676/* 677/*
677 * Control parameters used by ext3_htree_next_block 678 * Control parameters used by ext3_htree_next_block
678 */ 679 */