Re: [2.6 patch] fs/hfsplus/: misc cleanups

From: Roman Zippel
Date: Fri Jan 07 2005 - 13:25:28 EST


Hi,

On Friday 07 January 2005 02:26, Adrian Bunk wrote:

> +#define hfs_bnode_split hfsplus_bnode_split
> +static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
> +
> +#define hfs_brec_update_parent hfsplus_brec_update_parent
> +static int hfs_brec_update_parent(struct hfs_find_data *fd);
> +
> +#define hfs_btree_inc_height hfsplus_btree_inc_height
> +static int hfs_btree_inc_height(struct hfs_btree *);

If these functions become static, the defines are not needed anymore. This
code is "shared" with hfs and only kernel wide visible functions are renamed
this way.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/