diff options
| author | Sentaro Onizuka <[email protected]> | 2025-01-13 15:14:00 +0000 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2025-01-16 10:48:06 +0000 |
| commit | 4f3b63e8a8a28e3dcdcf3ff260f57a732a20b92b (patch) | |
| tree | bc0533b6e5e4deed36a21397c1a84c8318eb168f /lib/lockref.c | |
| parent | select: Fix unbalanced user_access_end() (diff) | |
| download | kernel-4f3b63e8a8a28e3dcdcf3ff260f57a732a20b92b.tar.gz kernel-4f3b63e8a8a28e3dcdcf3ff260f57a732a20b92b.zip | |
fs: Fix return type of do_mount() from long to int
Fix the return type of do_mount() function from long to int to match its ac
tual behavior. The function only returns int values, and all callers, inclu
ding those in fs/namespace.c and arch/alpha/kernel/osf_sys.c, already treat
the return value as int. This change improves type consistency across the
filesystem code and aligns the function signature with its existing impleme
ntation and usage.
Signed-off-by: Sentaro Onizuka <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'lib/lockref.c')
0 files changed, 0 insertions, 0 deletions
