mtd/fs/jffs3 write.c,3.11,3.12
hammache at infradead.org
hammache at infradead.org
Fri Jan 28 13:53:05 EST 2005
Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv19044/mtd/fs/jffs3
Modified Files:
write.c
Log Message:
Leading brace correction ("Linux kernel coding style").
Index: write.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/write.c,v
retrieving revision 3.11
retrieving revision 3.12
diff -u -r3.11 -r3.12
--- write.c 25 Jan 2005 20:11:12 -0000 3.11
+++ write.c 28 Jan 2005 18:53:02 -0000 3.12
@@ -117,8 +117,7 @@
#endif
raw->next_phys = NULL;
- if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version))
- {
+ if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) {
BUG_ON(!retried);
DBG_WRITE(1,"jffs3_write_dnode : dnode_version %d, "
"highest version %d -> updating dnode\n",
@@ -276,8 +275,7 @@
raw->__totlen = rawlen;
#endif
raw->next_phys = NULL;
- if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version))
- {
+ if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) {
BUG_ON(!retried);
DBG_WRITE(1,"jffs3_write_dirent : dirent_version %d, "
"highest version %d -> updating dirent\n",
More information about the linux-mtd-cvs
mailing list