projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bef710
)
btrfs: remove unused member err from reada_extent
author
David Sterba
<dsterba@suse.com>
Thu, 13 Apr 2017 17:11:04 +0000
(19:11 +0200)
committer
David Sterba
<dsterba@suse.com>
Mon, 19 Jun 2017 16:25:59 +0000
(18:25 +0200)
Seems to be unused since the initial commit, we ignore readahead errors
anyway, the full read will handle that if necessary.
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/reada.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/reada.c
b/fs/btrfs/reada.c
index a17e775a4a89fca1e48214c5abb02756dd1c69d6..ab852b8e3e3715d263a7e8b8b7ad61151c3cbd90 100644
(file)
--- a/
fs/btrfs/reada.c
+++ b/
fs/btrfs/reada.c
@@
-66,7
+66,6
@@
struct reada_extctl {
struct reada_extent {
u64 logical;
struct btrfs_key top;
- int err;
struct list_head extctl;
int refcnt;
spinlock_t lock;