public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 vfs 0/2] Fix the return type of several functions from long to int
@ 2025-01-21  7:08 Yuichiro Tsuji
  2025-01-21  7:08 ` [PATCH v3 vfs 1/2] open: Fix " Yuichiro Tsuji
  2025-01-21  7:08 ` [PATCH v3 vfs 2/2] ioctl: " Yuichiro Tsuji
  0 siblings, 2 replies; 3+ messages in thread
From: Yuichiro Tsuji @ 2025-01-21  7:08 UTC (permalink / raw)
  To: linux-fsdevel
  Cc: Alexander Viro, Christian Brauner, Jan Kara, Kuniyuki Iwashima,
	Yuichiro Tsuji

These patches fix the return type of several functions from long to int to
match its actual behavior.

Changes:
  v3: 
    * Fix checkpatch CHECKs

  v2: https://lore.kernel.org/all/20250121045730.3747-1-yuichtsu@amazon.com/
    * Add SOB

  v1: https://lore.kernel.org/all/20250119090322.2598-1-yuichtsu@amazon.com/

Yuichiro Tsuji (2):
  open: Fix return type of several functions from long to int
  ioctl: Fix return type of several functions from long to int

 fs/internal.h            |  4 ++--
 fs/ioctl.c               | 10 +++++-----
 fs/open.c                | 20 ++++++++++----------
 include/linux/fs.h       |  8 ++++----
 include/linux/syscalls.h |  4 ++--
 5 files changed, 23 insertions(+), 23 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2025-01-21  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  7:08 [PATCH v3 vfs 0/2] Fix the return type of several functions from long to int Yuichiro Tsuji
2025-01-21  7:08 ` [PATCH v3 vfs 1/2] open: Fix " Yuichiro Tsuji
2025-01-21  7:08 ` [PATCH v3 vfs 2/2] ioctl: " Yuichiro Tsuji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox