Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212773
b: refs/heads/master
c: c0e1a3e
h: refs/heads/master
i:
  212771: e7ddb43
v: v3
  • Loading branch information
Joel Becker committed Sep 15, 2010
1 parent d95f170 commit 831b301
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5e98d492406818e6a94c0ba54c61f59d40cefa4a
refs/heads/master: c0e1a3e80dc030cd54f06416efbf9e439bf6ecb7
6 changes: 3 additions & 3 deletions trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ static int ocfs2_sync_file(struct file *file, int datasync)
{
int err = 0;
journal_t *journal;
struct dentry *dentry = file->f_path.dentry;
struct inode *inode = file->f_mapping->host;
struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);

mlog_entry("(0x%p, 0x%p, %d, '%.*s')\n", file, dentry, datasync,
dentry->d_name.len, dentry->d_name.name);
mlog_entry("(0x%p, %d, 0x%p, '%.*s')\n", file, datasync,
file->f_path.dentry, file->f_path.dentry->d_name.len,
file->f_path.dentry->d_name.name);

if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) {
/*
Expand Down

0 comments on commit 831b301

Please sign in to comment.