From: Eric Whitney Date: Mon, 22 Jun 2015 01:37:05 +0000 (-0400) Subject: ext4: minor cleanup of ext4_da_reserve_space() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~122^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c27e43a10c9755231f8a1c618efc1ac299dd5007;p=pandora-kernel.git ext4: minor cleanup of ext4_da_reserve_space() Remove outdated comments and dead code from ext4_da_reserve_space. Clean up its trace point, and relocate it to make it more useful. While we're at it, fix a nearby conditional used to determine if we have a non-bigalloc file system. It doesn't match usage elsewhere in the code, and misleadingly suggests that an s_cluster_ratio value of 0 would be legal. Signed-off-by: Eric Whitney Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed