Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146395
b: refs/heads/master
c: 759d427
h: refs/heads/master
i:
  146393: d9b4095
  146391: 1ce67a6
v: v3
  • Loading branch information
Theodore Ts'o committed May 25, 2009
1 parent 9ff25cb commit bf71e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 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: 0f7ee7c17241915fdaff49d1a36f5aafd80a7dce
refs/heads/master: 759d427aa5a9d88a81afd11817cdeb40aea85234
19 changes: 0 additions & 19 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4790,25 +4790,6 @@ int ext4_write_inode(struct inode *inode, int wait)
return ext4_force_commit(inode->i_sb);
}

int __ext4_write_dirty_metadata(struct inode *inode, struct buffer_head *bh)
{
int err = 0;

mark_buffer_dirty(bh);
if (inode && inode_needs_sync(inode)) {
sync_dirty_buffer(bh);
if (buffer_req(bh) && !buffer_uptodate(bh)) {
ext4_error(inode->i_sb, __func__,
"IO error syncing inode, "
"inode=%lu, block=%llu",
inode->i_ino,
(unsigned long long)bh->b_blocknr);
err = -EIO;
}
}
return err;
}

/*
* ext4_setattr()
*
Expand Down

0 comments on commit bf71e53

Please sign in to comment.