]> git.baikalelectronics.ru Git - kernel.git/commit
radix-tree: change naming conventions in radix_tree_shrink
authorMatthew Wilcox <willy@linux.intel.com>
Sat, 21 May 2016 00:03:33 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commit3dba02e971fa75b50b4714160a11c60e839ea94f
tree14de8f15220ce87338d543790baaeac39dece79d
parent836f6352cda64e834c04d559b4d139751dc7cf1d
radix-tree: change naming conventions in radix_tree_shrink

Use the more standard 'node' and 'child' instead of 'to_free' and
'slot'.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Kirill Shutemov <kirill.shutemov@linux.intel.com>
Cc: Jan Kara <jack@suse.com>
Cc: Neil Brown <neilb@suse.de>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/radix-tree.c