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
2c1dc0b5
Commit
2c1dc0b5
authored
Sep 02, 2002
by
Christoph Hellwig
Committed by
Dave Kleikamp
Sep 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JFS: ifdef out unused functions related to partial blocks
parent
bdd39891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
fs/jfs/jfs_extent.c
fs/jfs/jfs_extent.c
+8
-1
No files found.
fs/jfs/jfs_extent.c
View file @
2c1dc0b5
...
...
@@ -26,8 +26,9 @@
* forward references
*/
static
int
extBalloc
(
struct
inode
*
,
s64
,
s64
*
,
s64
*
);
#ifdef _NOTYET
static
int
extBrealloc
(
struct
inode
*
,
s64
,
s64
,
s64
*
,
s64
*
);
int
extRecord
(
struct
inode
*
,
xad_t
*
);
#endif
static
s64
extRoundDown
(
s64
nb
);
/*
...
...
@@ -191,6 +192,7 @@ extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, boolean_t abnr)
}
#ifdef _NOTYET
/*
* NAME: extRealloc()
*
...
...
@@ -408,6 +410,7 @@ int extHint(struct inode *ip, s64 offset, xad_t * xp)
return
(
0
);
}
#endif
/* _NOTYET */
/*
...
...
@@ -440,6 +443,7 @@ int extRecord(struct inode *ip, xad_t * xp)
}
#ifdef _NOTYET
/*
* NAME: extFill()
*
...
...
@@ -473,6 +477,7 @@ int extFill(struct inode *ip, xad_t * xp)
return
(
0
);
}
#endif
/* _NOTYET */
/*
...
...
@@ -548,6 +553,7 @@ extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno)
}
#ifdef _NOTYET
/*
* NAME: extBrealloc()
*
...
...
@@ -601,6 +607,7 @@ extBrealloc(struct inode *ip,
*/
return
(
extBalloc
(
ip
,
blkno
,
newnblks
,
newblkno
));
}
#endif
/* _NOTYET */
/*
...
...
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