OSDN Git Service

linux/types.h: Always use unsigned long for pgoff_t
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 12 Feb 2015 23:01:22 +0000 (15:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:13 +0000 (18:54 -0800)
commitdd4a5c1e6531b9c6ba6ee1f3cb11f0aeea25881e
treeb58d8fa1997947a95f5470887582f7d08fd42470
parentdd10ca6c95600c0c357e724da4e5eb47066e3854
linux/types.h: Always use unsigned long for pgoff_t

Everybody uses unsigned long for pgoff_t, and no one ever overrode the
definition of pgoff_t.  Keep it that way, and remove the option of
overriding it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/types.h