]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
btrfs: allow idmapped mknod inode op
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 27 Jul 2021 10:48:44 +0000 (12:48 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Aug 2021 11:19:12 +0000 (13:19 +0200)
commit72105277dcfca69175cea713f5edda4132839e14
treeed76a3767bfdc55c7d57bcf2fada983e5e3c6824
parentc020d2eaf1a84ba8611fe2a232f4951faa98e0e0
btrfs: allow idmapped mknod inode op

Enable btrfs_mknod() to handle idmapped mounts. This is just a matter of
passing down the mount's userns.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c