From: Wei Yongjun Date: Thu, 2 Apr 2009 23:57:14 +0000 (-0700) Subject: ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c X-Git-Tag: v2.6.30-rc1~377 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f902178022439795a21e14f886b8ccb49a75d2;p=pandora-kernel.git ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c Use unsigned instead of int for the parameter which carries a blocksize. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Wei Yongjun Cc: Theodore Ts'o Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed