Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144391
b: refs/heads/master
c: dfa13f3
h: refs/heads/master
i:
  144389: b783188
  144387: a603ae9
  144383: 85b894e
v: v3
  • Loading branch information
Joel Becker committed Apr 30, 2009
1 parent bd77e0e commit 4d3417c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e31a966ad270ba32a77c157c015cd7c82faaa55
refs/heads/master: dfa13f39b798fee68250abe1aed851395c8b51b5
5 changes: 3 additions & 2 deletions trunk/fs/ocfs2/journal.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ static inline int ocfs2_unlink_credits(struct super_block *sb)
}

/* dinode + orphan dir dinode + inode alloc dinode + orphan dir entry +
* inode alloc group descriptor + orphan dir index leaf */
#define OCFS2_DELETE_INODE_CREDITS (3 * OCFS2_INODE_UPDATE_CREDITS + 3)
* inode alloc group descriptor + orphan dir index root +
* orphan dir index leaf */
#define OCFS2_DELETE_INODE_CREDITS (3 * OCFS2_INODE_UPDATE_CREDITS + 4)

/* dinode update, old dir dinode update, new dir dinode update, old
* dir dir entry, new dir dir entry, dir entry update for renaming
Expand Down

0 comments on commit 4d3417c

Please sign in to comment.