X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fext2%2Fext2.h;h=00de0a7312a268d0df23cf1e9429f095ef9c5e3d;hb=b8c475be7bf9b79e6417c08d7a921b2e8cb04258;hp=e977f8566d1456bd96843b18c87301fe686bb153;hpb=6cd59f7a4119fef124677827a9b30684c2c8e674;p=powerpc.git diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index e977f8566d..00de0a7312 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -53,7 +53,7 @@ struct ext2_inode_info { #ifdef CONFIG_EXT2_FS_XATTR /* * Extended attributes can be read independently of the main file - * data. Taking i_sem even when reading would cause contention + * data. Taking i_mutex even when reading would cause contention * between readers of EAs and writers of regular file data, so * instead we synchronize on xattr_sem when reading or changing * EAs.