mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
vfs-6.19-rc1.fixes
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCaTLXbgAKCRCRxhvAZXjc og6oAP9QnawWV/g0vFt8O+jODb/JE54A6Vdb3Ai5Pt+yEB6iVgD/Reu8OhB694tO 6j8j+lfPV35Z432VirfeKU7Vd4GUSwg= =HMln -----END PGP SIGNATURE----- Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs Pull vfs fixes from Christian Brauner: - Fix a type conversion bug in the ipc subsystem - Fix per-dentry timeout warning in autofs - Drop the fd conversion from sockets - Move assert from iput_not_last() to iput() - Fix reversed check in filesystems_freeze_callback() - Use proper uapi types for new struct delegation definitions * tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs: vfs: use UAPI types for new struct delegation definition mqueue: correct the type of ro to int Revert "net/socket: convert sock_map_fd() to FD_ADD()" autofs: fix per-dentry timeout warning fs: assert on I_FREEING not being set in iput() and iput_not_last() fs: PM: Fix reverse check in filesystems_freeze_callback()
This commit is contained in:
commit
4b9d25b4d3
6 changed files with 33 additions and 25 deletions
|
|
@ -887,7 +887,7 @@ static int prepare_open(struct dentry *dentry, int oflag, int ro,
|
|||
}
|
||||
|
||||
static struct file *mqueue_file_open(struct filename *name,
|
||||
struct vfsmount *mnt, int oflag, bool ro,
|
||||
struct vfsmount *mnt, int oflag, int ro,
|
||||
umode_t mode, struct mq_attr *attr)
|
||||
{
|
||||
struct dentry *dentry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue