Re: [PATCH] memremap: Remove unused align_* variables

2016-12-08 Thread Dan Williams
On Wed, Dec 7, 2016 at 11:42 PM, Kirtika Ruchandani wrote: > Commit eb7d78c9e7f6 introduced align_start, align_size and align_end > variables in pgmap_radix_release() but did not use them. > Compiling with W=1 gives the following harmless warning, fix it to > reduce the

Re: [PATCH] memremap: Remove unused align_* variables

2016-12-08 Thread Dan Williams
On Wed, Dec 7, 2016 at 11:42 PM, Kirtika Ruchandani wrote: > Commit eb7d78c9e7f6 introduced align_start, align_size and align_end > variables in pgmap_radix_release() but did not use them. > Compiling with W=1 gives the following harmless warning, fix it to > reduce the noise with W=1 in the

[PATCH] memremap: Remove unused align_* variables

2016-12-07 Thread Kirtika Ruchandani
Commit eb7d78c9e7f6 introduced align_start, align_size and align_end variables in pgmap_radix_release() but did not use them. Compiling with W=1 gives the following harmless warning, fix it to reduce the noise with W=1 in the kernel. kernel/memremap.c: In function ‘pgmap_radix_release’:

[PATCH] memremap: Remove unused align_* variables

2016-12-07 Thread Kirtika Ruchandani
Commit eb7d78c9e7f6 introduced align_start, align_size and align_end variables in pgmap_radix_release() but did not use them. Compiling with W=1 gives the following harmless warning, fix it to reduce the noise with W=1 in the kernel. kernel/memremap.c: In function ‘pgmap_radix_release’: