From: nikita Date: Wed, 31 May 2006 12:56:09 +0000 (+0000) Subject: iam-uapi: fix compilation problem: gfp_t is not always present X-Git-Tag: v1_8_0_110~486^2~1719 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c60e89883dab5427731650d23efa1b3ef2bc3027;p=fs%2Flustre-release.git iam-uapi: fix compilation problem: gfp_t is not always present --- diff --git a/lustre/kernel_patches/patches/ext3-iam-uapi.patch b/lustre/kernel_patches/patches/ext3-iam-uapi.patch index bb983d0..dafcf01 100644 --- a/lustre/kernel_patches/patches/ext3-iam-uapi.patch +++ b/lustre/kernel_patches/patches/ext3-iam-uapi.patch @@ -50,7 +50,7 @@ Index: iam/fs/ext3/file.c Index: iam/fs/ext3/iam-uapi.c =================================================================== --- iam.orig/fs/ext3/iam-uapi.c 2004-04-06 17:27:52.000000000 +0400 -+++ iam/fs/ext3/iam-uapi.c 2006-05-31 13:27:27.000000000 +0400 ++++ iam/fs/ext3/iam-uapi.c 2006-05-31 16:48:12.000000000 +0400 @@ -0,0 +1,163 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: @@ -107,7 +107,7 @@ Index: iam/fs/ext3/iam-uapi.c + return filp->private_data; +} + -+static struct iam_private_info *ext3_iam_alloc_info(gfp_t flags) ++static struct iam_private_info *ext3_iam_alloc_info(int flags) +{ + struct iam_private_info *info; +