projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0ab9d
)
btrfs: remove unused parameter from __add_inode_ref
author
David Sterba
<dsterba@suse.com>
Fri, 10 Feb 2017 19:20:19 +0000
(20:20 +0100)
committer
David Sterba
<dsterba@suse.com>
Fri, 17 Feb 2017 11:03:54 +0000
(12:03 +0100)
Unused since the helper has been split, eb used in the caller.
Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/tree-log.c
b/fs/btrfs/tree-log.c
index 62dd138018b57ce6040bda5eb59a748b294eff21..3806853cde08d802c708beb58e61f08b1ac0c567 100644
(file)
--- a/
fs/btrfs/tree-log.c
+++ b/
fs/btrfs/tree-log.c
@@
-994,7
+994,6
@@
static inline int __add_inode_ref(struct btrfs_trans_handle *trans,
struct btrfs_root *log_root,
struct btrfs_inode *dir,
struct btrfs_inode *inode,
- struct extent_buffer *eb,
u64 inode_objectid, u64 parent_objectid,
u64 ref_index, char *name, int namelen,
int *search_done)
@@
-1310,7
+1309,7
@@
static noinline int add_inode_ref(struct btrfs_trans_handle *trans,
if (!search_done) {
ret = __add_inode_ref(trans, root, path, log,
BTRFS_I(dir),
- BTRFS_I(inode),
eb,
+ BTRFS_I(inode),
inode_objectid,
parent_objectid,
ref_index, name, namelen,