Re: [PATCH 3/4] udf: Replace bkl with a mutex for protectudf_inode_info struct

From: Christoph Hellwig
Date: Sat Nov 06 2010 - 14:10:57 EST


> struct inode vfs_inode;
> +
> + /* Serialize writer access, replace the old bkl */
> + struct mutex lock;

mentioning that it replaces bkl is not very useful for someone looking
at the code. Neither is "Seriazlize writer access". What would be
more useful is to document what exact fields are supposed to
be protected by this field. Take a look at hfsplus_inode_info, where
I documented the locking as part of the BKL removal during the 2.6.37
cycle.


--
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/