Re: [PATCH] reiserfs: Expand i_mutex to enclose lookup_one_len

From: Alexander Beregalov
Date: Fri May 01 2009 - 12:37:50 EST


2009/5/1 Jeff Mahoney <jeffm@xxxxxxxx>:
> Â2.6.30-rc3 introduced some sanity checks in the VFS code to avoid NFS
> Âbugs by ensuring that lookup_one_len is always called under i_mutex.
>
> ÂThis patch expands the i_mutex locking to enclose lookup_one_len. This was
> Âalways required, but not not enforced in the reiserfs code since it
> Âdoes locking around the xattr interactions with the xattr_sem.
>
> ÂThis is obvious enough, but it survived an overnight 50 thread ACL test.
>
> Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx>
Tested-by: Alexander Beregalov <a.beregalov@xxxxxxxxx>

It works, thanks.
--
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/