Compiler Attributes: ext4: remove local __nonstring definition
authorMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Tue, 18 Sep 2018 23:41:21 +0000 (01:41 +0200)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Sun, 30 Sep 2018 18:14:04 +0000 (20:14 +0200)
commitf0604f63033d4020f019d2aaee805c1075b1077b
tree188e0ff1bcc0363c64cc136b18fd4cc33268db3b
parent98cade0a08ba339cd11d6e89b0df5d1d2fa21202
Compiler Attributes: ext4: remove local __nonstring definition

Commit 072ebb3bffe6 ("ext4: add nonstring annotations to ext4.h")
introduced a local definition of __nonstring to suppress some false
positives in gcc 8's -Wstringop-truncation.

Since now we support __nonstring for everyone, remove it.

Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # on top of v4.19-rc5, clang 7
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
fs/ext4/ext4.h