Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114405
b: refs/heads/master
c: 4cc8124
h: refs/heads/master
i:
  114403: 6350c0e
v: v3
  • Loading branch information
Mark Fasheh committed Oct 14, 2008
1 parent 79ece62 commit e375bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 009d37502a7b9fc89741e66b4454afca4edc1c26
refs/heads/master: 4cc8124584610fbe087ea2bed29ca52d2d0aa84a
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/localalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ static int ocfs2_local_alloc_slide_window(struct ocfs2_super *osb,

#ifdef CONFIG_OCFS2_FS_STATS

DEFINE_MUTEX(la_debug_mutex);

static int ocfs2_la_debug_open(struct inode *inode, struct file *file)
{
file->private_data = inode->i_private;
Expand All @@ -89,6 +87,7 @@ static int ocfs2_la_debug_open(struct inode *inode, struct file *file)
static ssize_t ocfs2_la_debug_read(struct file *file, char __user *userbuf,
size_t count, loff_t *ppos)
{
static DEFINE_MUTEX(la_debug_mutex);
struct ocfs2_super *osb = file->private_data;
int written, ret;
char *buf = osb->local_alloc_debug_buf;
Expand Down

0 comments on commit e375bbc

Please sign in to comment.