diff options
author | David Teigland <teigland@redhat.com> | 2006-02-23 09:56:38 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-23 09:56:38 +0000 |
commit | 3bcd3687f895f178fa8480a7bcc47a363817354a (patch) | |
tree | 13e64d5b9576b47401620aaada846f3c9c874cda /fs/dlm/memory.h | |
parent | d35462b4bb847b68321c55e95c926aa485aecce2 (diff) | |
download | linux-3.10-3bcd3687f895f178fa8480a7bcc47a363817354a.tar.gz linux-3.10-3bcd3687f895f178fa8480a7bcc47a363817354a.tar.bz2 linux-3.10-3bcd3687f895f178fa8480a7bcc47a363817354a.zip |
[DLM] Remove range locks from the DLM
This patch removes support for range locking from the DLM
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/memory.h')
-rw-r--r-- | fs/dlm/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/dlm/memory.h b/fs/dlm/memory.h index 7b235132b0b..6ead158ccc5 100644 --- a/fs/dlm/memory.h +++ b/fs/dlm/memory.h @@ -24,8 +24,6 @@ struct dlm_direntry *allocate_direntry(struct dlm_ls *ls, int namelen); void free_direntry(struct dlm_direntry *de); char *allocate_lvb(struct dlm_ls *ls); void free_lvb(char *l); -uint64_t *allocate_range(struct dlm_ls *ls); -void free_range(uint64_t *l); #endif /* __MEMORY_DOT_H__ */ |