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
2e8dcc3b
Commit
2e8dcc3b
authored
Mar 17, 2003
by
Stephen Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] remove bad debug code
SGI Modid: 2.5.x-xfs:slinx:140376a
parent
7f8bf6d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_log_recover.c
+0
-9
No files found.
fs/xfs/xfs_log_recover.c
View file @
2e8dcc3b
...
...
@@ -2049,7 +2049,6 @@ xlog_recover_do_inode_trans(xlog_t *log,
return
error
;
}
error
=
0
;
xfs_inobp_check
(
mp
,
bp
);
ASSERT
(
in_f
->
ilf_fields
&
XFS_ILOG_CORE
);
dip
=
(
xfs_dinode_t
*
)
xfs_buf_offset
(
bp
,
imap
.
im_boffset
);
...
...
@@ -2207,14 +2206,6 @@ xlog_recover_do_inode_trans(xlog_t *log,
write_inode_buffer:
#if 0
/*
* Can't do this if the transaction didn't log the current
* contents, e.g. rmdir.
*/
XFS_DIR_SHORTFORM_VALIDATE_ONDISK(mp, dip);
#endif
xfs_inobp_check
(
mp
,
bp
);
if
(
ITEM_TYPE
(
item
)
==
XFS_LI_INODE
)
{
ASSERT
(
XFS_BUF_FSPRIVATE
(
bp
,
void
*
)
==
NULL
||
XFS_BUF_FSPRIVATE
(
bp
,
xfs_mount_t
*
)
==
mp
);
...
...
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