提交 3b4a0a74 编写于 作者: A Adrian Bunk 提交者: Steven Whitehouse

[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_operations

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: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 e0f2bf78
...@@ -128,7 +128,6 @@ const int dlm_lvb_operations[8][8] = { ...@@ -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 }, /* EX */
{ -1, 0, 0, 0, 0, 0, 0, 0 } /* PD */ { -1, 0, 0, 0, 0, 0, 0, 0 } /* PD */
}; };
EXPORT_SYMBOL_GPL(dlm_lvb_operations);
#define modes_compat(gr, rq) \ #define modes_compat(gr, rq) \
__dlm_compat_matrix[(gr)->lkb_grmode + 1][(rq)->lkb_rqmode + 1] __dlm_compat_matrix[(gr)->lkb_grmode + 1][(rq)->lkb_rqmode + 1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册