All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. R. Okajima" <hooanon05@yahoo.co.jp>
To: Al Viro <viro@ftp.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
Date: Thu, 10 Jun 2010 00:05:57 +0900	[thread overview]
Message-ID: <30512.1276095957@jrobl> (raw)
In-Reply-To: <E1OM7DH-0004g8-Gp@ZenIV.linux.org.uk>


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.


J. R. Okajima

  parent reply	other threads:[~2010-06-09 15:06 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 ` J. R. Okajima [this message]
2010-06-09 22:29   ` [PATCH 55/58] " Al Viro

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=30512.1276095957@jrobl \
    --to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.