X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_super.c;h=d971f4932b5d8bb92d5efe645f372462abfbbe81;hb=632b06aa2842b12c6d6a510ec080fb6ebdb38ea5;hp=f317488263dd975eb85eb44d9746abfb974ef46f;hpb=923b49ff69fcbffe6f8b2739de218c45544392a7;p=~andy%2Flinux diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index f317488263d..d971f4932b5 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -913,7 +913,7 @@ xfs_flush_inodes( struct super_block *sb = mp->m_super; if (down_read_trylock(&sb->s_umount)) { - sync_inodes_sb(sb, jiffies); + sync_inodes_sb(sb); up_read(&sb->s_umount); } }