]> git.baikalelectronics.ru Git - 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)
commite57b73c9d8fd96f1c7fb56fe8289c98880803c4b
treeed76a3767bfdc55c7d57bcf2fada983e5e3c6824
parent0824b1869eb17123b0a8f9d403e42a78dad7a44a
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