commit | 778746b53be8a83a640b9b855b249c8020157eae | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Aug 20 13:20:16 2013 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:16:17 2013 -0400 |
tree | c6e2078cde9fa1b874a29393d234da92cc3b14ab | |
parent | b308bc2f05a86e728bd035e21a4974acd05f4d1e [diff] |
Btrfs: PAGE_CACHE_SIZE is already unsigned long 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 <geert@linux-m68k.org> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>