]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qibfs: fix _another_ leak
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 May 2024 23:50:34 +0000 (17:50 -0600)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 13 Mar 2025 02:13:38 +0000 (22:13 -0400)
commitbdb43af4fdb39f844ede401bdb1258f67a580a27
tree2c9eb20422c9bc2aab9004dbba8469c2f7650c03
parent0f5cce3fc55b08ee4da3372baccf4bcd36a98396
qibfs: fix _another_ leak

failure to allocate inode => leaked dentry...

this one had been there since the initial merge; to be fair,
if we are that far OOM, the odds of failing at that particular
allocation are low...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/infiniband/hw/qib/qib_fs.c