Loading fs/btrfs/root-tree.c +3 −6 Original line number Diff line number Diff line Loading @@ -116,13 +116,10 @@ int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root return ret; } int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) { int ret; ret = btrfs_insert_item(trans, root, key, item, sizeof(*item)); return ret; return btrfs_insert_item(trans, root, key, item, sizeof(*item)); } /* Loading Loading
fs/btrfs/root-tree.c +3 −6 Original line number Diff line number Diff line Loading @@ -116,13 +116,10 @@ int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root return ret; } int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) { int ret; ret = btrfs_insert_item(trans, root, key, item, sizeof(*item)); return ret; return btrfs_insert_item(trans, root, key, item, sizeof(*item)); } /* Loading