Skip to content

Commit

Permalink
[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_operations
Browse files Browse the repository at this point in the history
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@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed Jul 20, 2006
1 parent e0f2bf7 commit 3b4a0a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/dlm/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const int dlm_lvb_operations[8][8] = {
{ -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]
Expand Down

0 comments on commit 3b4a0a7

Please sign in to comment.