ocfs2: Prefix the extent tree operations structure.
authorJoel Becker <joel.becker@oracle.com>
Wed, 20 Aug 2008 23:25:06 +0000 (16:25 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 23:57:04 +0000 (16:57 -0700)
commit35dc0aa3c5e7391319754e0c19cdfc0a28eb5b25
tree709fc00742bbcf9fc8941e0fe61845a22bb5a73b
parentff1ec20ef65d51cc3466e86912cdeaac16f3aaa0
ocfs2: Prefix the extent tree operations structure.

The ocfs2_extent_tree_operations structure gains a field prefix on its
members.  The ->eo_sanity_check() operation gains a wrapper function for
completeness.  All of the extent tree operation wrappers gain a
consistent name (ocfs2_et_*()).

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/alloc.c