summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-07-27 05:44:24 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-27 14:15:55 +0200
commit5bfffa0c86915e5afbfe56d9790457b2a9887f2d (patch)
tree7e8436afda5102623083b55321659183fe2644ed /fs/namei.c
parentmedia: pci: cx88: Replace mdelay() with msleep() in dvb_register() (diff)
downloadlinux-5bfffa0c86915e5afbfe56d9790457b2a9887f2d.tar.xz
linux-5bfffa0c86915e5afbfe56d9790457b2a9887f2d.zip
media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNEL
ivtv_probe() and ivtvfb_init_card() are never called in atomic context. They call kzalloc() with GFP_ATOMIC, which is not necessary. GFP_ATOMIC can be replaced with GFP_KERNEL. This is found by a static analysis tool named DCNS written by myself. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'fs/namei.c')
0 files changed, 0 insertions, 0 deletions