diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-10 11:13:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-10 11:13:55 -0700 |
commit | 13dd7f876dffb44088c5435c3df1986e33cff960 (patch) | |
tree | c9043429452663661dc888e1cbafa87bd2a62f44 /fs/dlm/user.h | |
parent | b0af205afb111e17ac8db64c3b9c4f2c332de92a (diff) | |
parent | 27eccf46491e1f77f9af9bbe0778122ce6882890 (diff) | |
download | op-kernel-dev-13dd7f876dffb44088c5435c3df1986e33cff960.zip op-kernel-dev-13dd7f876dffb44088c5435c3df1986e33cff960.tar.gz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:
dlm: choose better identifiers
dlm: remove bkl
dlm: fix address compare
dlm: fix locking of lockspace list in dlm_scand
dlm: detect available userspace daemon
dlm: allow multiple lockspace creates
Diffstat (limited to 'fs/dlm/user.h')
-rw-r--r-- | fs/dlm/user.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/dlm/user.h b/fs/dlm/user.h index d38e9f3e..35eb6a1 100644 --- a/fs/dlm/user.h +++ b/fs/dlm/user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Red Hat, Inc. All rights reserved. + * Copyright (C) 2006-2008 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions @@ -12,5 +12,7 @@ void dlm_user_add_ast(struct dlm_lkb *lkb, int type); int dlm_user_init(void); void dlm_user_exit(void); +int dlm_device_deregister(struct dlm_ls *ls); +int dlm_user_daemon_available(void); #endif |