Merge branches 'fixes' and 'misc' into for-next
[linux-2.6-microblaze.git] / fs / xfs / xfs_super.c
index f317488..d971f49 100644 (file)
@@ -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);
        }
 }