Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318831
b: refs/heads/master
c: c5c3c5f
h: refs/heads/master
i:
  318829: cc67cf4
  318827: 6dc2f8e
  318823: 77ae0cf
  318815: d353d74
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Jul 23, 2012
1 parent 0ba4bbf commit 1e8ba6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: cbea5ac1ee03197354bd38caad3fcb798f185181
refs/heads/master: c5c3c5f31e6af2d12b154251a7f23b7f4add6b1d
11 changes: 0 additions & 11 deletions trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,16 +1477,6 @@ static int btrfs_unfreeze(struct super_block *sb)
return 0;
}

static void btrfs_fs_dirty_inode(struct inode *inode, int flags)
{
int ret;

ret = btrfs_dirty_inode(inode);
if (ret)
printk_ratelimited(KERN_ERR "btrfs: fail to dirty inode %Lu "
"error %d\n", btrfs_ino(inode), ret);
}

static int btrfs_show_devname(struct seq_file *m, struct dentry *root)
{
struct btrfs_fs_info *fs_info = btrfs_sb(root->d_sb);
Expand Down Expand Up @@ -1526,7 +1516,6 @@ static const struct super_operations btrfs_super_ops = {
.show_options = btrfs_show_options,
.show_devname = btrfs_show_devname,
.write_inode = btrfs_write_inode,
.dirty_inode = btrfs_fs_dirty_inode,
.alloc_inode = btrfs_alloc_inode,
.destroy_inode = btrfs_destroy_inode,
.statfs = btrfs_statfs,
Expand Down

0 comments on commit 1e8ba6f

Please sign in to comment.