diff options
author | 2010-03-01 23:14:36 -0500 | |
---|---|---|
committer | 2010-03-01 23:14:36 -0500 | |
commit | f39490bcd1691d65dc33689222a12e1fc13dd824 (patch) | |
tree | 721c46882dadb0ca8d3a4ab7d42e58f9eeead2da /fs/ext4/move_extent.c | |
parent | ext4: deprecate obsoleted mount options (diff) | |
download | wireguard-linux-f39490bcd1691d65dc33689222a12e1fc13dd824.tar.xz wireguard-linux-f39490bcd1691d65dc33689222a12e1fc13dd824.zip |
ext4: fix error handling in migrate
Set i_nlink to zero for temporary inode from very beginning.
otherwise we may fail to start new journal handle and this
inode will be unreferenced but with i_nlink == 1
Since we hold inode reference it can not be pruned.
Also add missed journal_start retval check.
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/move_extent.c')
0 files changed, 0 insertions, 0 deletions