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
f12033d2
Commit
f12033d2
authored
Sep 13, 2006
by
Mark Fasheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ocfs2: Don't print on unknown remote blocking call
Signed-off-by:
Mark Fasheh
<
mark.fasheh@oracle.com
>
parent
02ed8416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
fs/ocfs2/dlm/dlmast.c
fs/ocfs2/dlm/dlmast.c
+4
-6
No files found.
fs/ocfs2/dlm/dlmast.c
View file @
f12033d2
...
...
@@ -367,12 +367,10 @@ int dlm_proxy_ast_handler(struct o2net_msg *msg, u32 len, void *data)
goto
do_ast
;
}
mlog
(
ML_ERROR
,
"got %sast for unknown lock! cookie=%u:%llu, "
"name=%.*s, namelen=%u
\n
"
,
past
->
type
==
DLM_AST
?
""
:
"b"
,
dlm_get_lock_cookie_node
(
cookie
),
dlm_get_lock_cookie_seq
(
cookie
),
locklen
,
name
,
locklen
);
mlog
(
0
,
"got %sast for unknown lock! cookie=%u:%llu, "
"name=%.*s, namelen=%u
\n
"
,
past
->
type
==
DLM_AST
?
""
:
"b"
,
dlm_get_lock_cookie_node
(
cookie
),
dlm_get_lock_cookie_seq
(
cookie
),
locklen
,
name
,
locklen
);
ret
=
DLM_NORMAL
;
unlock_out:
...
...
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