Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
88d015b9
Commit
88d015b9
authored
Nov 06, 2002
by
Eric Sandeen
Committed by
Nathan Scott
Nov 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Remove tabs from printk's
SGI Modid: 2.5.x-xfs:slinx:131185a
parent
262d0d38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_log_recover.c
+1
-1
fs/xfs/xfs_rw.c
fs/xfs/xfs_rw.c
+1
-1
No files found.
fs/xfs/xfs_log_recover.c
View file @
88d015b9
...
...
@@ -145,7 +145,7 @@ xlog_header_check_dump(xfs_mount_t *mp, xlog_rec_header_t *head)
printk
(
"xlog_header_check_dump:
\n
SB : uuid = "
);
for
(
b
=
0
;
b
<
16
;
b
++
)
printk
(
"%02x"
,((
unsigned
char
*
)
&
mp
->
m_sb
.
sb_uuid
)[
b
]);
printk
(
", fmt = %d
\n
"
,
XLOG_FMT
);
printk
(
"
log: uuid = "
);
printk
(
"
log: uuid = "
);
for
(
b
=
0
;
b
<
16
;
b
++
)
printk
(
"%02x"
,((
unsigned
char
*
)
&
head
->
h_fs_uuid
)[
b
]);
printk
(
", fmt = %d
\n
"
,
INT_GET
(
head
->
h_fmt
,
ARCH_CONVERT
));
}
...
...
fs/xfs/xfs_rw.c
View file @
88d015b9
...
...
@@ -231,7 +231,7 @@ xfs_ioerror_alert(
{
cmn_err
(
CE_ALERT
,
"I/O error in filesystem (
\"
%s
\"
) meta-data dev 0x%x block 0x%llx"
"
(
\"
%s
\"
) error %d buf count %u"
,
"
(
\"
%s
\"
) error %d buf count %u"
,
(
!
mp
||
!
mp
->
m_fsname
)
?
"(fs name not set)"
:
mp
->
m_fsname
,
XFS_BUF_TARGET_DEV
(
bp
),
(
__uint64_t
)
blkno
,
...
...
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