Maemo patchset 20101501+0m5
[h-e-n] / fs / ufs / ialloc.c
index ac181f6..39c42eb 100644 (file)
@@ -124,7 +124,7 @@ void ufs_free_inode (struct inode * inode)
                ubh_wait_on_buffer (UCPI_UBH(ucpi));
        }
        
-       sb->s_dirt = 1;
+       mark_sb_dirty(sb);
        unlock_super (sb);
        UFSD("EXIT\n");
 }
@@ -300,7 +300,7 @@ cg_found:
                ubh_ll_rw_block(SWRITE, UCPI_UBH(ucpi));
                ubh_wait_on_buffer (UCPI_UBH(ucpi));
        }
-       sb->s_dirt = 1;
+       mark_sb_dirty(sb);
 
        inode->i_ino = cg * uspi->s_ipg + bit;
        inode->i_mode = mode;