From: Artem Bityutskiy Date: Thu, 26 May 2011 06:43:34 +0000 (+0300) Subject: UBIFS: minor cleanup: use S_ISREG helper X-Git-Tag: v3.1-rc1~327^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29fa9dfa4d5d1b962825c79f19d9b6f3f15843b;p=pandora-kernel.git UBIFS: minor cleanup: use S_ISREG helper Instead of using long "(inode->i_mode & S_IFMT) != S_IFREG" expression, use shorted "!S_ISREG(inode->i_mode)". Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed