mtd/fs/jffs2 README.Locking,1.7,1.8
Artem Bityuckiy
dedekind at infradead.org
Sun Nov 14 06:43:44 EST 2004
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv6365
Modified Files:
README.Locking
Log Message:
Fix typos in the newly added text.
Index: README.Locking
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/README.Locking,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.Locking 14 Nov 2004 11:38:54 -0000 1.7
+++ README.Locking 14 Nov 2004 11:43:41 -0000 1.8
@@ -109,13 +109,13 @@
has to be locked while walking the c->inocache_list hash buckets.
Note, the f->sem guarantees that the correspondent jffs2_inode_cache
-will not be removed. So, it is allowed to access its without locking
+will not be removed. So, it is allowed to access it without locking
the inocache_lock spinlock.
Ordering constraints:
If both erase_completion_lock and inocache_lock are needed, the
- c->erase_completion has to be aquired first.
+ c->erase_completion has to be acquired first.
erase_free_sem
More information about the linux-mtd-cvs
mailing list