Skip to content

Commit

Permalink
Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 4, 2006
1 parent 7ee7d0e commit de654c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/ext3_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ struct ext3_dir_entry_2 {
#define DX_HASH_HALF_MD4 1
#define DX_HASH_TEA 2

#ifdef __KERNEL__

/* hash info structure used by the directory hash */
struct dx_hash_info
{
Expand All @@ -672,7 +674,6 @@ struct dx_hash_info

#define EXT3_HTREE_EOF 0x7fffffff

#ifdef __KERNEL__
/*
* Control parameters used by ext3_htree_next_block
*/
Expand Down

0 comments on commit de654c9

Please sign in to comment.