Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
169e16ce
Commit
169e16ce
authored
15 years ago
by
Yehuda Sadeh
Committed by
Sage Weil
15 years ago
Browse files
Options
Download
Email Patches
Plain Diff
ceph: remove unaccessible code
Signed-off-by:
Yehuda Sadeh
<
yehuda@hq.newdream.net
>
parent
06edf046
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
fs/ceph/messenger.c
fs/ceph/messenger.c
+0
-4
No files found.
fs/ceph/messenger.c
View file @
169e16ce
...
...
@@ -1531,10 +1531,6 @@ static int try_write(struct ceph_connection *con)
ret
=
write_partial_kvec
(
con
);
if
(
ret
<=
0
)
goto
done
;
if
(
ret
<
0
)
{
dout
(
"try_write write_partial_kvec err %d
\n
"
,
ret
);
goto
done
;
}
}
/* msg pages? */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment