[JFFS2] semaphore->mutex conversion

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse
2008-04-22 15:13:40 +01:00
bovenliggende 52f8301437
commit ced2207036
14 gewijzigde bestanden met toevoegingen van 168 en 167 verwijderingen

Bestand weergeven

@@ -24,7 +24,7 @@ struct jffs2_inode_info {
before letting GC proceed. Or we'd have to put ugliness
into the GC code so it didn't attempt to obtain the i_mutex
for the inode(s) which are already locked */
struct semaphore sem;
struct mutex sem;
/* The highest (datanode) version number used for this ino */
uint32_t highest_version;