commit | e051fda4fd14fe878e6d2183b3a4640febe9e9a8 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Feb 01 11:40:16 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Feb 01 12:03:19 2007 -0800 |
tree | bb7b11a3cdceffbe2c6c74d3babbae8d20a02e17 | |
parent | 190ff5b3a168b666925897558998b5d97fec8731 [diff] |
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 <mark.fasheh@oracle.com>