]> git.baikalelectronics.ru Git - kernel.git/commit
[JFFS2] jffs2_acl_count() tests < 0 on unsigned
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 4 Mar 2009 20:01:41 +0000 (12:01 -0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 20 Mar 2009 13:18:50 +0000 (13:18 +0000)
commit15ffaf0ff77915be612e2bf5f6ef0a7d20d35a9e
tree3883f39b70407c6249eae7ce84a7041750e5e3dc
parent39a147b44c8ea148af570fe203c91231e931eb4c
[JFFS2] jffs2_acl_count() tests < 0 on unsigned

size_t s is unsigned and cannot be less than 0.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fs/jffs2/acl.c