diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-07-15 02:36:31 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-20 00:09:09 -0400 |
commit | 3b4a0a74949cf4f87f7ca84cc0457eb5687b2923 (patch) | |
tree | eac5d789031b9669ae7142f2bd8214510df72871 /fs/dlm | |
parent | e0f2bf780a970f7aae9263db2e14149132671cf2 (diff) | |
download | op-kernel-dev-3b4a0a74949cf4f87f7ca84cc0457eb5687b2923.zip op-kernel-dev-3b4a0a74949cf4f87f7ca84cc0457eb5687b2923.tar.gz |
[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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 4e222f8..82e1ac2 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -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] |