OSDN Git Service

[PATCH] fix overflow in inode.c
authorRik van Riel <riel@redhat.com>
Fri, 17 Feb 2006 21:03:32 +0000 (16:03 -0500)
committerMarcelo Tosatti <marcelo@dmt.cnet>
Fri, 17 Feb 2006 19:39:25 +0000 (13:39 -0600)
commit6b44bd7d09357b24e4066df9284034a091f5922f
tree743d6cb042245e84593d2f06c7e7c35910027977
parent451d9e4e414133250a9243c8fe164c8974a12da4
[PATCH] fix overflow in inode.c

The following patch fixes an overflow in inode.c.  This overflow can
cause a system to stop reclaiming inodes, with a large amount of memory
and zillions of inodes.  This has caused systems to run out of low
memory in real world situations.

Thanks go out to Larry Woodman, as well as the unnamed customer who
first tracked this problem down.  You know who you are.

Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Larry Woodman <lwoodman@redhat.com>
fs/inode.c