lkml.org 
[lkml]   [2010]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 16/18] fs: Make iunique independent of inode_lock
    On Fri, Oct 08, 2010 at 07:06:55PM +1100, Dave Chinner wrote:
    > On Fri, Oct 08, 2010 at 03:55:24AM -0400, Christoph Hellwig wrote:
    > > > + hlist_bl_for_each_entry(inode, node, &b->head, i_hash) {
    > > > + if (inode->i_ino == ino && inode->i_sb == sb) {
    > >
    > > wouldn't it be more natural to test the sb first here?
    >
    > Maybe, but I think an inode number match is less likely, so the
    > order it currently does the check results in less code being
    > executed on misses.

    Ok, sounds fine.



    \
     
     \ /
      Last update: 2010-10-08 10:21    [W:4.451 / U:0.436 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site