Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95839
b: refs/heads/master
c: 95642e5
h: refs/heads/master
i:
  95837: 09beb81
  95835: e6d38bc
  95831: 25a5f79
  95823: cd9034d
  95807: aecad7c
v: v3
  • Loading branch information
Adrian Bunk authored and Mark Fasheh committed May 1, 2008
1 parent 74e7aa0 commit 8f7cb11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4af694e672aaa85940d6e29d27b7eeea5f6eb258
refs/heads/master: 95642e56647d84963428a1168baa8a73cb782ac3
8 changes: 5 additions & 3 deletions trunk/fs/ocfs2/dlm/dlmdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
#define MLOG_MASK_PREFIX ML_DLM
#include "cluster/masklog.h"

int stringify_lockname(const char *lockname, int locklen, char *buf, int len);
static int stringify_lockname(const char *lockname, int locklen, char *buf,
int len);

void dlm_print_one_lock_resource(struct dlm_lock_resource *res)
{
Expand Down Expand Up @@ -251,7 +252,8 @@ EXPORT_SYMBOL_GPL(dlm_errname);
*
* For more on lockname formats, please refer to dlmglue.c and ocfs2_lockid.h.
*/
int stringify_lockname(const char *lockname, int locklen, char *buf, int len)
static int stringify_lockname(const char *lockname, int locklen, char *buf,
int len)
{
int out = 0;
__be64 inode_blkno_be;
Expand Down Expand Up @@ -368,7 +370,7 @@ static void dlm_debug_free(struct kref *kref)
kfree(dc);
}

void dlm_debug_put(struct dlm_debug_ctxt *dc)
static void dlm_debug_put(struct dlm_debug_ctxt *dc)
{
if (dc)
kref_put(&dc->debug_refcnt, dlm_debug_free);
Expand Down

0 comments on commit 8f7cb11

Please sign in to comment.