linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: "J. R. Okajima" <hooanon05@yahoo.co.jp>
Cc: Al Viro <viro@ftp.linux.org.uk>, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
Date: Wed, 9 Jun 2010 23:29:10 +0100	[thread overview]
Message-ID: <20100609222910.GB31073@ZenIV.linux.org.uk> (raw)
In-Reply-To: <30512.1276095957@jrobl>

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.

      reply	other threads:[~2010-06-09 22:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 22:24 [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped Al Viro
2010-06-09  0:24 ` Joel Becker
2010-06-09  1:47 ` [PATCH 55/58][v2] " Al Viro
2010-06-09 15:05 ` [PATCH 55/58] " J. R. Okajima
2010-06-09 22:29   ` Al Viro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100609222910.GB31073@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=hooanon05@yahoo.co.jp \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@ftp.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).