From: Mark Fasheh Date: Thu, 1 Feb 2007 19:40:16 +0000 (-0800) Subject: ocfs2: ocfs2_link() journal credits update X-Git-Tag: v2.6.21-rc1~92^2~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e051fda4fd14fe878e6d2183b3a4640febe9e9a8;p=pandora-kernel.git ocfs2: ocfs2_link() journal credits update Commit 592282cf2eaa33409c6511ddd3f3ecaa57daeaaa fixed some missing directory c/mtime updates in part by introducing a dinode update in ocfs2_add_entry(). Unfortunately, ocfs2_link() (which didn't update the directory inode before) is now missing a single journal credit. Fix this by doubling the number of inode updates expected during hard link creation. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed