diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 273a5b511f50..05029656e42e 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -487,7 +487,6 @@ static void btrfs_unlockfs(struct super_block *sb) | |||
487 | 487 | ||
488 | static struct super_operations btrfs_super_ops = { | 488 | static struct super_operations btrfs_super_ops = { |
489 | .delete_inode = btrfs_delete_inode, | 489 | .delete_inode = btrfs_delete_inode, |
490 | .put_inode = btrfs_put_inode, | ||
491 | .put_super = btrfs_put_super, | 490 | .put_super = btrfs_put_super, |
492 | .write_super = btrfs_write_super, | 491 | .write_super = btrfs_write_super, |
493 | .sync_fs = btrfs_sync_fs, | 492 | .sync_fs = btrfs_sync_fs, |