All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Check the return value of unpin_exten_cache. Cleanup style.
@ 2022-12-31 18:47 Siddhartha Menon
  0 siblings, 0 replies; 8+ messages in thread
From: Siddhartha Menon @ 2022-12-31 18:47 UTC (permalink / raw)
  To: linux-btrfs; +Cc: clm, josef, dsterba, Siddhartha Menon

These patches hopefully fix a bug and cleanup the style.

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

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(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-15 13:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20221231184749.28896-1-siddharthamenon@outlook.com>
2022-12-31 18:47 ` [PATCH 1/2] Check return value of unpin_exten_cache Siddhartha Menon
2023-01-01  0:00   ` Qu Wenruo
2023-01-03 15:48     ` David Sterba
2023-01-03 15:50   ` David Sterba
2022-12-31 18:47 ` [PATCH 2/2] Fix several style errors in fs/btrfs/inode.c Siddhartha Menon
2023-01-01  0:11   ` Qu Wenruo
2023-01-15 13:56   ` kernel test robot
2022-12-31 18:47 [PATCH 0/2] Check the return value of unpin_exten_cache. Cleanup style Siddhartha Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.