Re: [PATCH v2] file: reclaim 24 bytes from f_owner

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Aug 13, 2024 at 02:42:11PM GMT, Mateusz Guzik wrote:
> On Tue, Aug 13, 2024 at 2:31 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
> > -int send_sigurg(struct fown_struct *fown)
> > +int send_sigurg(struct file *file)
> >  {
> > +       struct fown_struct *fown;
> >         struct task_struct *p;
> >         enum pid_type type;
> >         struct pid *pid;
> >         unsigned long flags;
> >         int ret = 0;
> >
> > +       fown = file_f_owner(file);
> > +       if (fown)
> > +               return 0;
> > +
> 
> if (!fown) ?

Bah, I had fixed that in-tree. Thanks!




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux