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
e7607ab3
Commit
e7607ab3
authored
Apr 27, 2006
by
Mark Fasheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ocfs2: silence a debug print
Signed-off-by:
Mark Fasheh
<
mark.fasheh@oracle.com
>
parent
d426721c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/ocfs2/slot_map.c
fs/ocfs2/slot_map.c
+1
-1
No files found.
fs/ocfs2/slot_map.c
View file @
e7607ab3
...
...
@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb)
osb
->
slot_num
=
slot
;
spin_unlock
(
&
si
->
si_lock
);
mlog
(
ML_NOTICE
,
"taking node slot %d
\n
"
,
osb
->
slot_num
);
mlog
(
0
,
"taking node slot %d
\n
"
,
osb
->
slot_num
);
status
=
ocfs2_update_disk_slots
(
osb
,
si
);
if
(
status
<
0
)
...
...
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