Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Jun 2002 20:04:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Jun 2002 20:04:36 -0400 Received: from nycsmtp3fa.rdc-nyc.rr.com ([24.29.99.79]:60678 "EHLO si.rr.com") by vger.kernel.org with ESMTP id ; Thu, 20 Jun 2002 20:04:36 -0400 Date: Thu, 20 Jun 2002 19:51:14 -0400 (EDT) From: Frank Davis X-X-Sender: fdavis@localhost.localdomain To: linux-kernel@vger.kernel.org cc: fdavis@si.rr.com, Subject: [PATCH] 2.5.24 : include/linux/intermezzo_fs.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 23 Hello all, This addresses a compile error where the struct nameidata was referenced, but not defined. The patch fixes this problem. Regards, Frank --- include/linux/intermezzo_fs.h.old Tue Jun 18 00:13:41 2002 +++ include/linux/intermezzo_fs.h Tue Jun 18 00:13:26 2002 @@ -19,6 +19,7 @@ #ifdef __KERNEL__ #include #include +#include /* fixups for fs.h */ #ifndef fs_down - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/