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
18107b5b
Commit
18107b5b
authored
Mar 07, 2004
by
Nathan Scott
Browse files
Options
Browse Files
Download
Plain Diff
Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6
parents
0242b389
964cfbf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/xfs/linux/xfs_super.c
fs/xfs/linux/xfs_super.c
+1
-1
fs/xfs/xfs_log.c
fs/xfs/xfs_log.c
+1
-1
No files found.
fs/xfs/linux/xfs_super.c
View file @
18107b5b
...
...
@@ -247,7 +247,7 @@ xfs_flush_inode(
{
struct
inode
*
inode
=
LINVFS_GET_IP
(
XFS_ITOV
(
ip
));
filemap_f
datawrite
(
inode
->
i_mapping
);
filemap_f
lush
(
inode
->
i_mapping
);
}
void
...
...
fs/xfs/xfs_log.c
View file @
18107b5b
...
...
@@ -1227,7 +1227,7 @@ xlog_alloc_log(xfs_mount_t *mp,
kmem_zalloc
(
sizeof
(
xlog_in_core_t
),
KM_SLEEP
);
iclog
=
*
iclogp
;
iclog
->
hic_data
=
(
xlog_in_core_2_t
*
)
kmem_alloc
(
iclogsize
,
KM_SLEEP
);
kmem_
z
alloc
(
iclogsize
,
KM_SLEEP
);
iclog
->
ic_prev
=
prev_iclog
;
prev_iclog
=
iclog
;
...
...
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