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