From: Namjae Jeon Date: Fri, 19 Apr 2013 16:27:21 +0000 (+0900) Subject: f2fs: make is_multimedia_file code align with its name X-Git-Tag: v3.10-rc1~45^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66509f03e36ef4750bfab8f3a5cf632b313a39b;p=pandora-kernel.git f2fs: make is_multimedia_file code align with its name The code conditions put inside the function is_multimedia_file are reverse to the name i.e, we need to negate the return to actually check if the file is a multimedia file. So, change the code and usage path to align both the name and comparision conditions. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed