]> git.baikalelectronics.ru Git - kernel.git/commit
fs/afs: use struct_size() in kzalloc()
authorZhengyuan Liu <liuzhengyuan@kylinos.cn>
Thu, 20 Jun 2019 17:12:17 +0000 (18:12 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 20 Jun 2019 17:12:17 +0000 (18:12 +0100)
commitbcbfbc6f272b5e3547646983827d9f476a8f264a
treecd995a1511e4aa4c9ef6d2a488795d5a5b670693
parent22a8c66815ad56282889f28fcc344f9bd6a9dc33
fs/afs: use struct_size() in kzalloc()

As Gustavo said in other patches doing the same replace, we can now
use the new struct_size() helper to avoid leaving these open-coded and
prone to type mistake.

Signed-off-by: Zhengyuan Liu <liuzhengyuan@kylinos.cn>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/dir.c
fs/afs/file.c
fs/afs/write.c