ext_attr.c (ext2fs_write_ext_attr): When writing the extended
	attribute block, set the filesystem changed bit.

diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 104a2f4..e62f6fd 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-20  Theodore Tso  <tytso@valinux.com>
 
+	* ext_attr.c (ext2fs_write_ext_attr): When writing the extended
+		attribute block, set the filesystem changed bit.
+
 	* bitops.h (ext2fs_find_first_bit_set, ext2fs_find_next_bit_set):
 		Comment out these functions since we're not using them.