On Tue, Mar 16, 2010 at 08:44:23PM +1100, Nick Piggin wrote: > I would like to start sending bits of vfs scalability improvements to > be reviewed and hopefully merged. > > I will start with files_lock. Last time this one came up, it was > criticised because some hoped to get rid of files list, and because > it didn't have enough justification of the scalability improvement. > > For the first criticism, it isn't any more difficult to rip out if > we are ever able to remove files list. For the second, I have gathered > some statistics and written better justification. Andi I believe is > finding kbuild is becoming limited by files lock on larger systems. > > -- > > fs: cleanup files_lock > > Lock tty_files with a new spinlock, tty_files_lock; provide helpers to > manipulate the per-sb files list; unexport the files_lock spinlock. > > Signed-off-by: Nick Piggin <npiggin@xxxxxxx> Looks good to me. Do you want me to apply this to my tty tree, or do you want to take it through your tree because your other patch depends on this? If you want to do it, feel free to add: Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxx> to the patch. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html