]> Git Repo - linux.git/commit
fdget(), more trivial conversions
authorAl Viro <[email protected]>
Sat, 20 Jul 2024 01:19:02 +0000 (21:19 -0400)
committerAl Viro <[email protected]>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit8152f8201088350c76bb9685cd5990dd51d59aff
treed8c16f772fd79b751e19b29d420b6818239c94e6
parent6348be02eead77bdd1562154ed6b3296ad3b3750
fdget(), more trivial conversions

all failure exits prior to fdget() leave the scope, all matching fdput()
are immediately followed by leaving the scope.

[xfs_ioc_commit_range() chunk moved here as well]

Reviewed-by: Christian Brauner <[email protected]>
Signed-off-by: Al Viro <[email protected]>
26 files changed:
drivers/infiniband/core/ucma.c
drivers/vfio/group.c
fs/eventpoll.c
fs/ext4/ioctl.c
fs/f2fs/file.c
fs/fsopen.c
fs/fuse/dev.c
fs/locks.c
fs/namespace.c
fs/notify/fanotify/fanotify_user.c
fs/notify/inotify/inotify_user.c
fs/ocfs2/cluster/heartbeat.c
fs/open.c
fs/read_write.c
fs/splice.c
fs/utimes.c
fs/xfs/xfs_exchrange.c
fs/xfs/xfs_ioctl.c
ipc/mqueue.c
kernel/module/main.c
kernel/pid.c
kernel/signal.c
kernel/taskstats.c
security/integrity/ima/ima_main.c
security/loadpin/loadpin.c
virt/kvm/vfio.c
This page took 0.070301 seconds and 4 git commands to generate.