• Jeff Mahoney's avatar
    btrfs: backref, cleanup __ namespace abuse · e0c476b1
    Jeff Mahoney authored
    We typically use __ to indicate a helper routine that shouldn't be
    called directly without understanding the proper context required
    to do so.  We use static functions to indicate that a function is
    private to a particular C file.  The backref code uses static
    function and __ prefixes on nearly everything, which makes the code
    difficult to read and establishes a pattern for future code that
    shouldn't be followed.  This patch drops all the unnecessary prefixes.
    Signed-off-by: default avatarJeff Mahoney <jeffm@suse.com>
    Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
    e0c476b1
backref.c 60.1 KB