NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
authorFedor Pchelkin <pchelkin@ispras.ru>
Thu, 20 Jul 2023 15:37:51 +0000 (18:37 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 24 Aug 2023 17:24:15 +0000 (13:24 -0400)
commit96562c45af5c31b89a197af28f79bfa838fb8391
tree3d2229c963e035a04a25005e3533e31265c10a0a
parent08be82ba0cffdfa15ce2e2c312cb704823971862
NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info

It is an almost improbable error case but when page allocating loop in
nfs4_get_device_info() fails then we should only free the already
allocated pages, as __free_page() can't deal with NULL arguments.

Found by Linux Verification Center (linuxtesting.org).

Cc: stable@vger.kernel.org
Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/pnfs_dev.c