fs/fs-writeback.c |    1 -
 1 files changed, 1 deletion(-)

New commits:
commit a9ef32f4df152fcde418bcdeac8992b702ca6096
Author: Nick Piggin <[email protected]>
Date:   Tue Jun 2 09:56:45 2009 -0700

    fs: remove incorrect I_NEW warnings
    
    Some filesystems can call in to sync an inode that is still in the
    I_NEW state (eg. ext family, when mounted with -osync). This is OK
    because the filesystem has sole access to the new inode, so it can
    modify i_state without races (because no other thread should be
    modifying it, by definition of I_NEW). Ie. a false positive, so
    remove the warnings.
    
    The races are described here 7ef0d7377cb287e08f3ae94cebc919448e1f5dff,
    which is also where the warnings were introduced.
    
    Reported-by: Stephen Hemminger <[email protected]>
    Signed-off-by: Nick Piggin <[email protected]>

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=a9ef32f4df152fcde418bcdeac8992b702ca6096
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to