Message ID | 20240105152129.196824-1-aleksandr.mikhalitsyn@canonical.com (mailing list archive) |
---|---|
Headers | show |
Series | fuse: a few small fixes | expand |
Gentle ping. On Fri, Jan 5, 2024 at 4:21 PM Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> wrote: > > Found by chance while working on support for idmapped mounts in fuse > (will send series soon :-)). > > Cc: Miklos Szeredi <miklos@szeredi.hu> > Cc: <linux-fsdevel@vger.kernel.org> > Cc: <linux-kernel@vger.kernel.org> > Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> > > Alexander Mikhalitsyn (3): > fuse: fix typo for fuse_permission comment > fuse: use GFP_KERNEL_ACCOUNT for allocations in fuse_dev_alloc > fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode() > > fs/fuse/dir.c | 2 +- > fs/fuse/inode.c | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > > -- > 2.34.1 >
Found by chance while working on support for idmapped mounts in fuse (will send series soon :-)). Cc: Miklos Szeredi <miklos@szeredi.hu> Cc: <linux-fsdevel@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> Alexander Mikhalitsyn (3): fuse: fix typo for fuse_permission comment fuse: use GFP_KERNEL_ACCOUNT for allocations in fuse_dev_alloc fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode() fs/fuse/dir.c | 2 +- fs/fuse/inode.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)