From: NeilBrown Date: Tue, 25 Aug 2009 07:09:55 +0000 (+1000) Subject: Rename share_uninic to share_uninc X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=b76cd209e42d77fa1173a1432f501e8488624661;p=LaFS.git Rename share_uninic to share_uninc As the former is a typo. --- diff --git a/modify.c b/modify.c index 8207179..8b7f48d 100644 --- 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;