login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
28
Re: [PATCH 00/46] rcu-walk and dcache scaling
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Nick Piggin
Subject:
Re: [PATCH 00/46] rcu-walk and dcache scaling
Date: Saturday, November 27, 2010 - 8:28 pm
On Sat, Nov 27, 2010 at 05:04:08PM +0200, Anca Emanuel wrote:
quoted text
> On Sat, Nov 27, 2010 at 12:15 PM, Nick Piggin <npiggin@kernel.dk> wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin.git vfs-scale-working > > I get: > CC [M] fs/cifs/inode.o > fs/cifs/inode.c: In function ‘inode_has_hashed_dentries’: > fs/cifs/inode.c:807: error: ‘dcache_inode_lock’ undeclared (first use > in this function) > fs/cifs/inode.c:807: error: (Each undeclared identifier is reported only once > fs/cifs/inode.c:807: error: for each function it appears in.) > make[3]: *** [fs/cifs/inode.o] Error 1 > make[2]: *** [fs/cifs] Error 2 > make[1]: *** [fs] Error 2 > > I used the latest mainline.
Sorry, missed a conversion, it just needs to be changed to inode->i_lock. Pushed the fix to git. Thanks, Nick --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 02/46] fs: d_validate fixes
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 06/46] cifs: dont overwrite dentry name in d_revalidate
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 07/46] jfs: dont overwrite dentry name in d_revalidate
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 08/46] fs: change d_compare for rcu-walk
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 09/46] fs: change d_hash for rcu-walk
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 10/46] hostfs: simplify locking
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 15/46] fs: dcache scale subdirs
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 16/46] fs: scale inode alias list
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 17/46] fs: Use rename lock and RCU for multi-step o ...
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 23/46] fs: dcache reduce dcache_inode_lock
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 26/46] fs: dcache reduce prune_one_dentry locking
, Nick Piggin
, (Sat Nov 27, 2:44 am)
[PATCH 30/46] fs: icache RCU free inodes
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 35/46] fs: dcache remove d_mounted
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 36/46] fs: dcache reduce branches in lookup path
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 40/46] fs: provide rcu-walk aware permission i_ops
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 44/46] fs: dcache per-bucket dcache hash locking
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 45/46] fs: dcache per-inode inode alias locking
, Nick Piggin
, (Sat Nov 27, 2:45 am)
[PATCH 01/46] Revert "fs: use RCU read side protection in ...
, Nick Piggin
, (Sat Nov 27, 2:56 am)
[PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Sat Nov 27, 3:15 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Anca Emanuel
, (Sat Nov 27, 8:04 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Sat Nov 27, 8:28 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Sedat Dilek
, (Sat Nov 27, 11:24 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, David Miller
, (Wed Dec 1, 11:03 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Fri Dec 3, 9:55 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Tue Dec 7, 8:24 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Peter Zijlstra
, (Tue Dec 7, 8:49 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Tue Dec 7, 8:59 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Peter Zijlstra
, (Tue Dec 7, 9:23 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Dave Chinner
, (Tue Dec 7, 2:56 pm)
Re: [PATCH 01/46] Revert "fs: use RCU read side protection ...
, Dave Chinner
, (Tue Dec 7, 6:16 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Tue Dec 7, 6:47 pm)
Re: [PATCH 02/46] fs: d_validate fixes
, Dave Chinner
, (Tue Dec 7, 6:53 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Tue Dec 7, 8:28 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Dave Chinner
, (Tue Dec 7, 8:32 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Dave Chinner
, (Tue Dec 7, 9:28 pm)
Re: [PATCH 02/46] fs: d_validate fixes
, Nick Piggin
, (Tue Dec 7, 11:59 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Nick Piggin
, (Wed Dec 8, 12:09 am)
Re: [PATCH 01/46] Revert "fs: use RCU read side protection ...
, Nick Piggin
, (Wed Dec 8, 2:38 am)
Re: [PATCH 01/46] Revert "fs: use RCU read side protection ...
, Dave Chinner
, (Wed Dec 8, 5:44 pm)
Re: [PATCH 02/46] fs: d_validate fixes
, Dave Chinner
, (Wed Dec 8, 5:50 pm)
Re: [PATCH 01/46] Revert "fs: use RCU read side protection ...
, Nick Piggin
, (Wed Dec 8, 9:38 pm)
Re: [PATCH 02/46] fs: d_validate fixes
, Nick Piggin
, (Wed Dec 8, 9:50 pm)
Re: [PATCH 01/46] Revert "fs: use RCU read side protection ...
, Nick Piggin
, (Wed Dec 8, 10:16 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Dave Chinner
, (Wed Dec 8, 11:09 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Wed Dec 8, 11:28 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Dave Chinner
, (Thu Dec 9, 1:17 am)
Re: [PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Thu Dec 9, 5:53 am)
Re: [PATCH 11/46] fs: dcache scale hash
, Dave Chinner
, (Thu Dec 9, 4:42 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Thu Dec 9, 7:35 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Dave Chinner
, (Fri Dec 10, 2:01 am)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Paul E. McKenney
, (Fri Dec 10, 1:32 pm)
Re: [PATCH 00/46] rcu-walk and dcache scaling
, Paul E. McKenney
, (Sun Dec 12, 7:54 am)
Re: [PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Sun Dec 12, 9:48 pm)
Re: [PATCH 11/46] fs: dcache scale hash
, Nick Piggin
, (Sun Dec 12, 10:05 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate