]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf936c90ee7470c939d21955300a4ca4e07ecfad7
treef3c5b921d2dd825677b73ee4d4fb97c586d7661a
parent52efe2f5ae80b49630b3c71c1eb08b4dac9459eb
ext4: fix the number of credits needed for ext4_ext_migrate()

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>
fs/ext4/migrate.c