NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 24 Nov 2005 13:41:33 +0000 (13:41 +0000)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 24 Nov 2005 13:41:33 +0000 (13:41 +0000)
      left shift using PAGE_CACHE_SHIFT in fs/ntfs/file.c.  Thanks to Andrew
      Morton pointing this out to.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>

No differences found