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
db8d295b
Commit
db8d295b
authored
Feb 29, 2004
by
Dave Kleikamp
Browse files
Options
Browse Files
Download
Plain Diff
Merge jfs@jfs.bkbits.net:linux-2.5
into austin.ibm.com:/shaggy/bk/jfs-2.5
parents
0672b0ba
06e15ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
fs/jfs/jfs_imap.c
fs/jfs/jfs_imap.c
+1
-3
No files found.
fs/jfs/jfs_imap.c
View file @
db8d295b
...
@@ -2055,7 +2055,7 @@ static int diAllocExt(struct inomap * imap, int agno, struct inode *ip)
...
@@ -2055,7 +2055,7 @@ static int diAllocExt(struct inomap * imap, int agno, struct inode *ip)
static
int
diAllocBit
(
struct
inomap
*
imap
,
struct
iag
*
iagp
,
int
ino
)
static
int
diAllocBit
(
struct
inomap
*
imap
,
struct
iag
*
iagp
,
int
ino
)
{
{
int
extno
,
bitno
,
agno
,
sword
,
rc
;
int
extno
,
bitno
,
agno
,
sword
,
rc
;
struct
metapage
*
amp
,
*
bmp
;
struct
metapage
*
amp
=
NULL
,
*
bmp
=
NULL
;
struct
iag
*
aiagp
=
0
,
*
biagp
=
0
;
struct
iag
*
aiagp
=
0
,
*
biagp
=
0
;
u32
mask
;
u32
mask
;
...
@@ -2065,8 +2065,6 @@ static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino)
...
@@ -2065,8 +2065,6 @@ static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino)
* it on the list.
* it on the list.
*/
*/
if
(
iagp
->
nfreeinos
==
cpu_to_le32
(
1
))
{
if
(
iagp
->
nfreeinos
==
cpu_to_le32
(
1
))
{
amp
=
bmp
=
NULL
;
if
((
int
)
le32_to_cpu
(
iagp
->
inofreefwd
)
>=
0
)
{
if
((
int
)
le32_to_cpu
(
iagp
->
inofreefwd
)
>=
0
)
{
if
((
rc
=
if
((
rc
=
diIAGRead
(
imap
,
le32_to_cpu
(
iagp
->
inofreefwd
),
diIAGRead
(
imap
,
le32_to_cpu
(
iagp
->
inofreefwd
),
...
...
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