]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ext3_fs_i.h
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
[linux-2.6-omap-h63xx.git] / include / linux / ext3_fs_i.h
index 2914f7b0715661218287e48517bc608e8e3d124c..e71dd98dbcaeaa152db58491522a79ce3974d6bc 100644 (file)
@@ -87,7 +87,7 @@ struct ext3_inode_info {
 #ifdef CONFIG_EXT3_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.