[Cluster-devel] Re: [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_operations

Steven Whitehouse swhiteho at redhat.com
Wed Jul 19 23:11:05 UTC 2006


Hi,

Thanks for the patch. Its now applied to the gfs2 git tree,

Steve.

On Sat, 2006-07-15 at 02:36 +0200, Adrian Bunk wrote:
> On Thu, Jul 13, 2006 at 10:48:00PM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.18-rc1-mm1:
> >...
> >  git-gfs2.patch
> >...
> >  git trees.
> >...
> 
> This patch removes the unused EXPORT_SYMBOL_GPL(dlm_lvb_operations).
> 
> Signed-off-by: Adrian Bunk <bunk at stusta.de>
> 
> --- linux-2.6.18-rc1-mm2-full/fs/dlm/lock.c.old	2006-07-15 00:39:11.000000000 +0200
> +++ linux-2.6.18-rc1-mm2-full/fs/dlm/lock.c	2006-07-15 00:39:17.000000000 +0200
> @@ -128,7 +128,6 @@
>          {  -1,  0,  0,  0,  0,  0,  0,  0 }, /* EX */
>          {  -1,  0,  0,  0,  0,  0,  0,  0 }  /* PD */
>  };
> -EXPORT_SYMBOL_GPL(dlm_lvb_operations);
>  
>  #define modes_compat(gr, rq) \
>  	__dlm_compat_matrix[(gr)->lkb_grmode + 1][(rq)->lkb_rqmode + 1]
> 




More information about the Cluster-devel mailing list