]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76c0f80170e044fd4db859b898c87eb8dd6176a1
treeb58d8fa1997947a95f5470887582f7d08fd42470
parentc23141e0a7fa487c7799b99ac2b2b847c56edb22
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