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
nexedi
linux
Commits
2c36b588
Commit
2c36b588
authored
Feb 10, 2004
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Fix gcc 3.5 compilation for real
SGI Modid: xfs-linux:xfs-kern:165783a
parent
ad5c1602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_buf_item.c
+1
-1
No files found.
fs/xfs/xfs_buf_item.c
View file @
2c36b588
...
...
@@ -429,7 +429,7 @@ xfs_buf_item_unpin(
*/
if
(
bip
->
bli_flags
&
XFS_BLI_STALE_INODE
)
{
xfs_buf_do_callbacks
(
bp
,
(
xfs_log_item_t
*
)
bip
);
XFS_BUF_
FSPRIVATE
(
bp
,
void
*
)
=
NULL
;
XFS_BUF_
SET_FSPRIVATE
(
bp
,
NULL
)
;
XFS_BUF_CLR_IODONE_FUNC
(
bp
);
}
else
{
AIL_LOCK
(
mp
,
s
);
...
...
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