]> git.neil.brown.name Git - LaFS.git/commitdiff
Rename share_uninic to share_uninc
authorNeilBrown <neilb@suse.de>
Tue, 25 Aug 2009 07:09:55 +0000 (17:09 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 25 Aug 2009 07:09:55 +0000 (17:09 +1000)
As the former is a typo.

modify.c

index 820717962845edfcd9205476ccfb27165650ba40..8b7f48d3b4e12e31f511822c898a7c4a3705c6a5 100644 (file)
--- a/modify.c
+++ b/modify.c
@@ -1015,7 +1015,7 @@ static void share_list(struct block **ibp, struct block **newp, u32 next)
        *newp = NULL;
 }
 
-static void share_uninic(struct uninc *from, struct uninc *to,
+static void share_uninc(struct uninc *from, struct uninc *to,
                         u32 next)
 {
        /* Any addresses in 'from' that are at-or-after 'next' go to 'to'.
@@ -1337,7 +1337,7 @@ static int do_incorporate_leaf(struct fs *fs, struct indexblock *ib,
                share_list(&ib->uninc_next, &new->uninc_next, next);
        new->uninc_table.pending_cnt = 0;
        new->uninc_table.credits = 0;
-       share_uninic(&ib->uninc_table, &new->uninc_table, next);
+       share_uninc(&ib->uninc_table, &new->uninc_table, next);
        spin_unlock(&fs->lock);
 
        new->depth = ib->depth;