Re: [PATCH 2/2] fs/ext4/namei.c: reducing contention on s_orphan_lockmmutex

From: Thavatchai Makphaibulchoke
Date: Thu Oct 03 2013 - 10:35:44 EST


On 10/02/2013 08:05 PM, Zheng Liu wrote:
> Hello,
>

>> - if (!EXT4_SB(sb)->s_journal)
>> + if (ext4_sb->s_journal)
> ^^^^^^^^
> typo: !ext4_sb->s_journal
> I am not sure whether or not this will impact the result because when
> journal is enabled the inode will not be added into orphan list.
>
> Regards,
> - Zheng
>
Thanks Zheng for pointing out the problem. Will fix the problem and rerun the test.

Thanks,
Mak.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/