ext4: fix the number of credits needed for ext4_ext_migrate()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Feb 2013 17:50:27 +0000 (12:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Feb 2013 17:50:27 +0000 (12:50 -0500)
The migration ioctl creates a temporary inode.  Since this inode is
never linked to a directory, we don't need to reserve journal credits
required for modifying the directory.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>

No differences found