Re: VFS scalability git tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: john stultz
Date: Monday, August 2, 2010 - 5:27 pm

On Fri, 2010-07-30 at 19:12 +1000, Nick Piggin wrote:

Hey Nick,
	Just another minor compile issue with today's vfs-scale-working branch.

fs/fuse/dir.c:231: error: ‘fuse_dentry_revalidate_rcu’ undeclared here
(not in a function)

582c56f032983e9a8e4b4bd6fac58d18811f7d41 it looks like you intended to
add the following? 


diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
index f0c2479..9ee4c10 100644
--- a/fs/fuse/dir.c
+++ b/fs/fuse/dir.c
@@ -154,7 +154,7 @@ u64 fuse_get_attr_version(struct fuse_conn *fc)
  * the lookup once more.  If the lookup results in the same inode,
  * then refresh the attributes, timeouts and mark the dentry valid.
  */
-static int fuse_dentry_revalidate(struct dentry *entry, struct nameidata *nd)
+static int fuse_dentry_revalidate_rcu(struct dentry *entry, struct nameidata *nd)
 {
 	struct inode *inode = entry->d_inode;
 


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: VFS scalability git tree, Nick Piggin, (Fri Jul 30, 2:12 am)
Re: VFS scalability git tree, john stultz, (Mon Aug 2, 5:27 pm)
Re: VFS scalability git tree, Nick Piggin, (Mon Aug 2, 10:44 pm)
Re: VFS scalability git tree, Christoph Hellwig, (Tue Sep 14, 3:26 pm)
Re: VFS scalability git tree, Frank Mayhar, (Tue Sep 14, 4:02 pm)