From: Jeff Mahoney Date: Thu, 14 Apr 2011 22:22:16 +0000 (-0700) Subject: fs/fhandle.c: add for ia64 X-Git-Tag: v2.6.39-rc4~31 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ed5afeaf422202485bbebc7e911f13b2a6be2666;p=~emulex%2Finfiniband.git fs/fhandle.c: add for ia64 force_o_largefile() on ia64 is defined in and requires . Signed-off-by: Jeff Mahoney Cc: Aneesh Kumar K.V Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/fhandle.c b/fs/fhandle.c index bf93ad2bee0..6b088641f5b 100644 --- a/fs/fhandle.c +++ b/fs/fhandle.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include "internal.h"