Re: [PATCH v3 6/8] lib: move rbtree code

2020-12-09 Thread Bertrand Marquis
Hi, > On 23 Nov 2020, at 15:23, Jan Beulich wrote: > > Build this code into an archive, which results in not linking it into > x86 final binaries. This saves about 1.5k of dead code. > > While moving the source file, take the opportunity and drop the > pointless EXPORT_SYMBOL() and an instance

[PATCH v3 6/8] lib: move rbtree code

2020-11-23 Thread Jan Beulich
Build this code into an archive, which results in not linking it into x86 final binaries. This saves about 1.5k of dead code. While moving the source file, take the opportunity and drop the pointless EXPORT_SYMBOL() and an instance of trailing whitespace. Signed-off-by: Jan Beulich --- xen/comm