Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86761
b: refs/heads/master
c: 1044e40
h: refs/heads/master
i:
  86759: f65f98a
v: v3
  • Loading branch information
Mark Fasheh committed Mar 3, 2008
1 parent ddbdb83 commit e8fed01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7ad8b3d30ecae325fcccbf86f34ce3af716b4f95
refs/heads/master: 1044e401af9a309637828aa3cc8f3b6409fcbf4e
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlmglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres,
inode = ocfs2_lock_res_inode(lockres);
mapping = inode->i_mapping;

if (S_ISREG(inode->i_mode))
if (!S_ISREG(inode->i_mode))
goto out;

/*
Expand Down

0 comments on commit e8fed01

Please sign in to comment.