[PATCH 0/2] Check the return value of unpin_exten_cache. Cleanup s=

From: Siddhartha Menon
Date: Sat Dec 31 2022 - 09:22:25 EST


These patches hopefully fix a bug and cleanup the style.

It seems that in inode.c:3335 the function `unpin_exten_cache` is called bu=
t it's
return value is not saved. Therefore the following if statement is checking=
an
old value of `ret`.

This is my first patch so I offer my sincerest apologies if I have done
something wrong. I am happy to receive feedback. Thank you.

Siddhartha Menon (2):
Check return value of unpin_exten_cache
Fix several style errors in fs/btrfs/inode.c

fs/btrfs/inode.c | 51 +++++++++++++++++++++++++-----------------------
1 file changed, 27 insertions(+), 24 deletions(-)

--=20
2.39.0