Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped

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

 



On Thu, Jun 10, 2010 at 12:05:57AM +0900, J. R. Okajima wrote:
> 
> Al Viro:
> > diff --git a/drivers/staging/pohmelfs/inode.c b/drivers/staging/pohmelfs/inode.c
> > index e818f53..d32726d 100644
> > --- a/drivers/staging/pohmelfs/inode.c
> > +++ b/drivers/staging/pohmelfs/inode.c
> > @@ -1232,7 +1232,7 @@ static void pohmelfs_drop_inode(struct inode *inode)
> >  	list_del_init(&pi->inode_entry);
> >  	spin_unlock(&psb->ino_lock);
> >  
> > -	generic_drop_inode(inode);
> > +	return generic_drop_inode(inode);
> >  }
> 
> The type of this function pohmelfs_drop_inode() should be converted too.

Thanks, fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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