mbox series

[v1,vfs,0/2] Fix the return type of several functions from long to int

Message ID 20250119090322.2598-1-yuichtsu@amazon.com (mailing list archive)
Headers show
Series Fix the return type of several functions from long to int | expand

Message

Yuichiro Tsuji Jan. 19, 2025, 9:02 a.m. UTC
These patches fix the return type of several functions from long to int to
match its actual behavior.

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               |  6 +++---
 fs/open.c                | 18 +++++++++---------
 include/linux/fs.h       |  6 +++---
 include/linux/syscalls.h |  4 ++--
 5 files changed, 19 insertions(+), 19 deletions(-)

Comments

Christian Brauner Jan. 20, 2025, 3:18 p.m. UTC | #1
On Sun, 19 Jan 2025 18:02:47 +0900, Yuichiro Tsuji wrote:
> These patches fix the return type of several functions from long to int to
> match its actual behavior.
> 
> 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
> 
> [...]

Applied to the vfs-6.15.misc branch of the vfs/vfs.git tree.
Patches in the vfs-6.15.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.15.misc

[1/2] open: Fix return type of several functions from long to int
      https://git.kernel.org/vfs/vfs/c/70eaede6e05e
[2/2] ioctl: Fix return type of several functions from long to int
      https://git.kernel.org/vfs/vfs/c/ad0c4dc48f4e
Jan Kara Jan. 20, 2025, 3:31 p.m. UTC | #2
On Sun 19-01-25 18:02:47, Yuichiro Tsuji wrote:
> These patches fix the return type of several functions from long to int to
> match its actual behavior.
> 
> 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

The patches look good to me. Thanks! Feel free to add:

Reviewed-by: Jan Kara <jack@suse.cz>

but you will need to provide your Signed-off-by tag (see
Documentation/process/submitting-patches.rst, chapter "Sign your work - the
Developer's Certificate of Origin") so that these patches can be merged. 

								Honza

> 
>  fs/internal.h            |  4 ++--
>  fs/ioctl.c               |  6 +++---
>  fs/open.c                | 18 +++++++++---------
>  include/linux/fs.h       |  6 +++---
>  include/linux/syscalls.h |  4 ++--
>  5 files changed, 19 insertions(+), 19 deletions(-)
> 
> -- 
> 2.43.5
>