diff options
Diffstat (limited to 'fs/dlm/lock.c')
-rw-r--r-- | fs/dlm/lock.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 7ee7c7c55453..ff4a198fa677 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -489,12 +489,6 @@ static int find_rsb(struct dlm_ls *ls, char *name, int namelen, | |||
489 | return error; | 489 | return error; |
490 | } | 490 | } |
491 | 491 | ||
492 | int dlm_find_rsb(struct dlm_ls *ls, char *name, int namelen, | ||
493 | unsigned int flags, struct dlm_rsb **r_ret) | ||
494 | { | ||
495 | return find_rsb(ls, name, namelen, flags, r_ret); | ||
496 | } | ||
497 | |||
498 | /* This is only called to add a reference when the code already holds | 492 | /* This is only called to add a reference when the code already holds |
499 | a valid reference to the rsb, so there's no need for locking. */ | 493 | a valid reference to the rsb, so there's no need for locking. */ |
500 | 494 | ||