Index: uspace/srv/fs/ext2fs/ext2fs_ops.c
===================================================================
--- uspace/srv/fs/ext2fs/ext2fs_ops.c	(revision 529edc66ca1afec4d3001dccda72d65b2e207159)
+++ uspace/srv/fs/ext2fs/ext2fs_ops.c	(revision 242b4bbb82ffc871166eb5b4550a6055c0a1c8be)
@@ -717,5 +717,5 @@
 	
 	if (pos >= file_size) {
-		// TODO: is this OK? return EIO?
+		// Read 0 bytes successfully
 		async_data_read_finalize(callid, NULL, 0);
 		async_answer_1(rid, EOK, 0);
