[PATCH 10/12] Btrfs: PAGE_CACHE_SIZE is already unsigned long

2013-08-20 Thread Geert Uytterhoeven
PAGE_CACHE_SIZE == PAGE_SIZE is "unsigned long" everywhere, so there's no need to cast it to "unsigned long". Signed-off-by: Geert Uytterhoeven --- fs/btrfs/check-integrity.c |9 - fs/btrfs/extent_io.c | 18 +- 2 files changed, 13 insertions(+), 14

[PATCH 10/12] Btrfs: PAGE_CACHE_SIZE is already unsigned long

2013-08-20 Thread Geert Uytterhoeven
PAGE_CACHE_SIZE == PAGE_SIZE is unsigned long everywhere, so there's no need to cast it to unsigned long. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- fs/btrfs/check-integrity.c |9 - fs/btrfs/extent_io.c | 18 +- 2 files changed, 13