]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: remove workaround code for GCC 3.x
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Oct 2018 22:06:42 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Oct 2018 15:54:14 +0000 (08:54 -0700)
commit648b1e45f2d720b9738da15d24180380ce6d50f4
tree4ce1b83af681cd3c2253649b998315706d92e909
parent73e5dc4a6bca5d42b7e83b7e1cf8b504a0525354
reiserfs: remove workaround code for GCC 3.x

f82eb0db44c7 ("Raise the minimum required gcc version to 4.6") bumped the
minimum GCC version to 4.6 for all architectures.

The workaround code in fs/reiserfs/Makefile is obsolete now.

Link: http://lkml.kernel.org/r/1535337230-13222-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/Makefile