Commit de654c97861c314fd0fc0b6a6dd1bc4202e00e42

Authored by David Woodhouse
1 parent 7ee7d0e318

Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

include/linux/ext3_fs.h
... ... @@ -661,6 +661,8 @@
661 661 #define DX_HASH_HALF_MD4 1
662 662 #define DX_HASH_TEA 2
663 663  
  664 +#ifdef __KERNEL__
  665 +
664 666 /* hash info structure used by the directory hash */
665 667 struct dx_hash_info
666 668 {
... ... @@ -672,7 +674,6 @@
672 674  
673 675 #define EXT3_HTREE_EOF 0x7fffffff
674 676  
675   -#ifdef __KERNEL__
676 677 /*
677 678 * Control parameters used by ext3_htree_next_block
678 679 */