From: Yuichiro Tsuji <yuichtsu@amazon.com>
To: <linux-fsdevel@vger.kernel.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>,
Kuniyuki Iwashima <kuniyu@amazon.com>,
Yuichiro Tsuji <yuichtsu@amazon.com>
Subject: [PATCH v3 vfs 0/2] Fix the return type of several functions from long to int
Date: Tue, 21 Jan 2025 16:08:21 +0900 [thread overview]
Message-ID: <20250121070844.4413-1-yuichtsu@amazon.com> (raw)
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
next reply other threads:[~2025-01-21 7:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 7:08 Yuichiro Tsuji [this message]
2025-01-21 7:08 ` [PATCH v3 vfs 1/2] open: Fix return type of several functions from long to int Yuichiro Tsuji
2025-01-21 7:08 ` [PATCH v3 vfs 2/2] ioctl: " Yuichiro Tsuji
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250121070844.4413-1-yuichtsu@amazon.com \
--to=yuichtsu@amazon.com \
--cc=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=kuniyu@amazon.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox