All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Christoph Hellwig <hch@infradead.org>
Cc: Dave Chinner <david@fromorbit.com>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 6/8] fs: move i_wb_list out from under inode_lock
Date: Fri, 29 Oct 2010 10:48:54 +0100	[thread overview]
Message-ID: <20101029094854.GS19804@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20101029094358.GA9052@infradead.org>

On Fri, Oct 29, 2010 at 05:43:58AM -0400, Christoph Hellwig wrote:
> > -extern int evict_inodes(struct super_block *);
> > +extern void evict_inodes(struct super_block *);
> 
> err, evict_inodes doesn't change in this patch.

Erm...  That's my fuckup - it _is_ void(struct super_block *) and the
only reason why it doesn't blow up is that inode.c doesn't include
internal.h.

IOW, Dave is right and I'll fix that in a minute.

  reply	other threads:[~2010-10-29  9:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-29  8:59 fs: break out inode operations from inode_lock V4 Dave Chinner
2010-10-29  8:59 ` [PATCH 1/8] fs: protect inode->i_state with inode->i_lock Dave Chinner
2010-10-29  8:59 ` [PATCH 2/8] fs: factor inode disposal Dave Chinner
2010-10-29  8:59 ` [PATCH 3/8] fs: Lock the inode LRU list separately Dave Chinner
2010-10-29  8:59 ` [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icache Dave Chinner
2010-10-29  9:00 ` [PATCH 5/8] fs: move i_sb_list out from under inode_lock Dave Chinner
2010-10-29  9:00 ` [PATCH 6/8] fs: move i_wb_list " Dave Chinner
2010-10-29  9:43   ` Christoph Hellwig
2010-10-29  9:48     ` Al Viro [this message]
2010-10-29  9:00 ` [PATCH 7/8] fs: rename inode_lock to inode_hash_lock Dave Chinner
2010-10-29  9:00 ` [PATCH 8/8] fs: Clean up documentation references to inode_lock Dave Chinner
2010-10-29  9:29 ` fs: break out inode operations from inode_lock V4 Al Viro
2010-10-29  9:34   ` Dave Chinner
2010-11-09  3:43   ` Nick Piggin
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 11:23 vfs: inode lock breakup Dave Chinner
2011-03-22 11:23 ` [PATCH 6/8] fs: move i_wb_list out from under inode_lock Dave Chinner
2010-10-29  3:23 fs: break out inode operations from inode_lock V3 Dave Chinner
2010-10-29  3:23 ` [PATCH 6/8] fs: move i_wb_list out from under inode_lock Dave Chinner

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=20101029094854.GS19804@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=david@fromorbit.com \
    --cc=hch@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.