1. 13 8月, 2008 1 次提交
    • A
      UBIFS: fix budgeting calculations · 182854b4
      Artem Bityutskiy 提交于
      The 'ubifs_release_dirty_inode_budget()' was buggy and incorrectly
      freed the budget, which led to not freeing all dirty data budget.
      This patch fixes that.
      
      Also, this patch fixes ubifs_mkdir() which passed 1 in dirty_ino_d,
      which makes no sense. Well, it is harmless though.
      
      Also, add few more useful assertions. And improve few debugging
      messages.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      182854b4
  2. 15 7月, 2008 1 次提交