]> git.neil.brown.name Git - history.git/commit
[PATCH] ext2/ext3 acl signedness fixes
authorAndrew Morton <akpm@osdl.org>
Thu, 16 Oct 2003 00:34:10 +0000 (17:34 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 16 Oct 2003 00:34:10 +0000 (17:34 -0700)
commitafb93a834936928da14893b72aab0427198c161a
tree8cacda4feba8809e2c33aadcfb6c44e37bc9f8ac
parentdedfe385342a605ae6b8082ec7aa45642d0f5dd2
[PATCH] ext2/ext3 acl signedness fixes

From: "Alexey Dobriyan" <adobriyan@mail.ru>,
      Andreas Gruenbacher <agruen@suse.de>

Make local variable `count' an integer so the subsequent test for
negativeness makes sense.
fs/ext2/acl.c
fs/ext3/acl.c