From c60e89883dab5427731650d23efa1b3ef2bc3027 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 31 May 2006 12:56:09 +0000 Subject: [PATCH] iam-uapi: fix compilation problem: gfp_t is not always present --- lustre/kernel_patches/patches/ext3-iam-uapi.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; + -- 1.8.3.1