]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ocfs2/journal.h
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[mv-sheeva.git] / fs / ocfs2 / journal.h
index 0ba3a421ccf2e875cb9a5e1468bff3a4ea5a23f8..220f3e818e78c4148db49bb6dea4fc5e22ca0728 100644 (file)
@@ -281,6 +281,9 @@ int                  ocfs2_journal_dirty_data(handle_t *handle,
 /* group extend. inode update and last group update. */
 #define OCFS2_GROUP_EXTEND_CREDITS     (OCFS2_INODE_UPDATE_CREDITS + 1)
 
+/* group add. inode update and the new group update. */
+#define OCFS2_GROUP_ADD_CREDITS        (OCFS2_INODE_UPDATE_CREDITS + 1)
+
 /* get one bit out of a suballocator: dinode + group descriptor +
  * prev. group desc. if we relink. */
 #define OCFS2_SUBALLOC_ALLOC (3)