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
c081c54c
Commit
c081c54c
authored
Mar 26, 2003
by
Dean Roehrich
Committed by
Nathan Scott
Mar 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] fix initialization of dmapi code
SGI Modid: 2.5.x-xfs:slinx:142389a
parent
838486eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/xfs/linux/xfs_super.h
fs/xfs/linux/xfs_super.h
+2
-2
No files found.
fs/xfs/linux/xfs_super.h
View file @
c081c54c
...
@@ -34,8 +34,8 @@
...
@@ -34,8 +34,8 @@
#ifdef CONFIG_XFS_DMAPI
#ifdef CONFIG_XFS_DMAPI
# define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops)
# define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops)
# define vfs_initdmapi()
xfs_dm
_init()
# define vfs_initdmapi()
dmapi
_init()
# define vfs_exitdmapi()
xfs_dm_ex
it()
# define vfs_exitdmapi()
dmapi_unin
it()
#else
#else
# define vfs_insertdmapi(vfs) do { } while (0)
# define vfs_insertdmapi(vfs) do { } while (0)
# define vfs_initdmapi() do { } while (0)
# define vfs_initdmapi() do { } while (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