hugetlbfs: fix build failure with !CONFIG_HUGETLBFS
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 10 Feb 2009 22:27:32 +0000 (23:27 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2009 22:56:59 +0000 (14:56 -0800)
commitdf8cc49acf39737e851da27e921b0bda85ea7a17
treea0a50fd483612f750c735cd2d541dbb1114d0ff1
parent3e2f3d2ba155303a57b16b104496ec6d16935c7d
hugetlbfs: fix build failure with !CONFIG_HUGETLBFS

Fix regression due to 7accb921aa9f9e02510e5e3e78fd4aa85a398987,
"Do not account for the address space used by hugetlbfs using VM_ACCOUNT"
which added an argument to the function hugetlb_file_setup() but not to
the macro hugetlb_file_setup().

Reported-by: Chris Clayton <chris2553@googlemail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/hugetlb.h