Whamcloud - gitweb
EX-5248 ldiskfs: add __GFP_NOWARN to ext4_kvmalloc()
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 18 May 2022 23:21:16 +0000 (17:21 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 22 Jun 2022 00:13:47 +0000 (00:13 +0000)
commit90ee0828b417b4b28ca6e73d4ebb52456780343b
tree978c7b2996e7707ab18359d6957725b3adc8ffe7
parent1af5bc826a7863c06b32c02ede5e4098a637a1b6
EX-5248 ldiskfs: add __GFP_NOWARN to ext4_kvmalloc()

Don't dump a stack trace if kmalloc() fails, since the whole point of
these functions is retry with vmalloc() if normal kmalloc() fails.

Lustre-change: https://review.whamcloud.com/47393
Lustre-commit: 9b15917634e8eb9d5ee29b1d497b389b8f452f9f

Test-Parameters: trivial testlist=sanity-lsnapshot
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Id988bd84bd9bdffcb059405f1d471ef7213ebbe5
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-on: https://review.whamcloud.com/47630
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
ldiskfs/kernel_patches/patches/rhel7.7/ext4-misc.patch