LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Patch for ext3 and lvs

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Patch for ext3 and lvs
From: Hervé Guehl <guehlh@xxxxxxxxxxxx>
Date: 06 Nov 2001 10:42:37 +0100
Hi,
fixed 2.2.14 loop.c 
here's the patch..
I know this is not a pure lvs stuff...
just for guys who wants to integrate both stuff..
Posted it to ext3...

Regards

On Tue, 2001-11-06 at 09:58, Hervé Guehl wrote:
> 
> Hi,
> my very small contrib for guys with problem of integration with ext3...
> 
> attached a patch for buffer.c. (for 2.4.13)
> I dont know about the theorics : "where should be placed this export..."
> IMHO it's place is in ksyms.. since it is used in several
> subdirs..(net.. fs..)
> --- fs/buffer.c.orig    Tue Oct 30 11:15:43 2001
> +++ fs/buffer.c Tue Oct 30 11:03:31 2001
> @@ -2529,8 +2529,8 @@ busy_buffer_page:
>         return 0;
>  }
>  EXPORT_SYMBOL(try_to_free_buffers);
> -EXPORT_SYMBOL(buffermem_pages);
> -
> +/* EXPORT_SYMBOL(buffermem_pages);
> +*/
>  /* ================== Debugging =================== */
> 
>  void show_buffers(void)
> 
> 
> --------PS : I have a little problem with 2.4.14 
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.14/kernel/drivers/block/loop.o
> depmod:         deactivate_page
> ----------------
>  
> regards
> 
> Hervé
> 
> ----
> 

> --- fs/buffer.c.orig  Tue Oct 30 11:15:43 2001
> +++ fs/buffer.c       Tue Oct 30 11:03:31 2001
> @@ -2529,8 +2529,8 @@ busy_buffer_page:
>       return 0;
>  }
>  EXPORT_SYMBOL(try_to_free_buffers);
> -EXPORT_SYMBOL(buffermem_pages);
> -
> +/* EXPORT_SYMBOL(buffermem_pages);
> +*/
>  /* ================== Debugging =================== */
>  
>  void show_buffers(void)

Attachment: loop-2.2.14.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>