Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2c27c9a5
Commit
2c27c9a5
authored
Feb 17, 2010
by
Sage Weil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: fix typo in ceph_queue_writeback debug output
Signed-off-by:
Sage Weil
<
sage@newdream.net
>
parent
a17d6473
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/ceph/inode.c
fs/ceph/inode.c
+2
-2
No files found.
fs/ceph/inode.c
View file @
2c27c9a5
...
...
@@ -1247,10 +1247,10 @@ void ceph_queue_writeback(struct inode *inode)
{
if
(
queue_work
(
ceph_inode_to_client
(
inode
)
->
wb_wq
,
&
ceph_inode
(
inode
)
->
i_wb_work
))
{
dout
(
"ceph_queue_
invalidate
%p
\n
"
,
inode
);
dout
(
"ceph_queue_
writeback
%p
\n
"
,
inode
);
igrab
(
inode
);
}
else
{
dout
(
"ceph_queue_
invalidate
%p failed
\n
"
,
inode
);
dout
(
"ceph_queue_
writeback
%p failed
\n
"
,
inode
);
}
}
...
...
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