Re: [PATCH] Revert "dm cache: fix arm link errors with inline"

2020-11-12 Thread Nathan Chancellor
On Tue, Nov 10, 2020 at 06:41:40PM -0800, 'Nick Desaulniers' via Clang Built Linux wrote: > This reverts commit 43aeaa29573924df76f44eda2bbd94ca36e407b5. > > Since > commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") > the minimum supported version of GCC is gcc-4.9. It's now s

Re: [PATCH] Revert "dm cache: fix arm link errors with inline"

2020-11-11 Thread Mikulas Patocka
Acked-by: Mikulas Patocka On Tue, 10 Nov 2020, Nick Desaulniers wrote: > This reverts commit 43aeaa29573924df76f44eda2bbd94ca36e407b5. > > Since > commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") > the minimum supported version of GCC is gcc-4.9. It's now safe to remove >

[PATCH] Revert "dm cache: fix arm link errors with inline"

2020-11-10 Thread Nick Desaulniers
This reverts commit 43aeaa29573924df76f44eda2bbd94ca36e407b5. Since commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") the minimum supported version of GCC is gcc-4.9. It's now safe to remove this code. Link: https://github.com/ClangBuiltLinux/linux/issues/427 Signed-off-by: Ni