From: Eric Sandeen Date: Thu, 20 Feb 2014 18:32:10 +0000 (-0500) Subject: ext4: remove unused ac_ex_scanned X-Git-Tag: v3.15-rc1~91^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9ddd984df5f5611c7e2149d19be5a8721c1ac5;p=pandora-kernel.git ext4: remove unused ac_ex_scanned When looking at a bug report with: > kernel: EXT4-fs: 0 scanned, 0 found I thought wow, 0 scanned, that's odd? But it's not odd; it's printing a variable that is initialized to 0 and never touched again. It's never been used since the original merge, so I don't really even know what the original intent was, either. If anyone knows how to hook it up, speak now via patch, otherwise just yank it so it's not making a confusing situation more confusing in kernel logs. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed