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
Kirill Smelkov
linux
Commits
8db83635
Commit
8db83635
authored
Oct 08, 2003
by
Stephen Lord
Committed by
Stephen Lord
Oct 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Match up minor formatting changes between SGI and Linus trees
parent
e8032a70
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
10 deletions
+9
-10
fs/xfs/linux/xfs_aops.c
fs/xfs/linux/xfs_aops.c
+1
-2
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_ialloc.c
+1
-1
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_log_recover.c
+3
-3
fs/xfs/xfs_types.h
fs/xfs/xfs_types.h
+3
-3
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vfsops.c
+1
-1
No files found.
fs/xfs/linux/xfs_aops.c
View file @
8db83635
...
@@ -984,8 +984,7 @@ linvfs_direct_IO(
...
@@ -984,8 +984,7 @@ linvfs_direct_IO(
if
(
error
)
if
(
error
)
return
-
error
;
return
-
error
;
return
blockdev_direct_IO
(
rw
,
iocb
,
inode
,
return
blockdev_direct_IO
(
rw
,
iocb
,
inode
,
pbmap
.
pbm_target
->
pbr_bdev
,
pbmap
.
pbm_target
->
pbr_bdev
,
iov
,
offset
,
nr_segs
,
iov
,
offset
,
nr_segs
,
linvfs_get_blocks_direct
,
linvfs_get_blocks_direct
,
linvfs_unwritten_convert_direct
);
linvfs_unwritten_convert_direct
);
...
...
fs/xfs/xfs_ialloc.c
View file @
8db83635
...
@@ -1163,7 +1163,7 @@ xfs_dilocate(
...
@@ -1163,7 +1163,7 @@ xfs_dilocate(
agbno
=
XFS_AGINO_TO_AGBNO
(
mp
,
agino
);
agbno
=
XFS_AGINO_TO_AGBNO
(
mp
,
agino
);
if
(
agno
>=
mp
->
m_sb
.
sb_agcount
||
agbno
>=
mp
->
m_sb
.
sb_agblocks
||
if
(
agno
>=
mp
->
m_sb
.
sb_agcount
||
agbno
>=
mp
->
m_sb
.
sb_agblocks
||
ino
!=
XFS_AGINO_TO_INO
(
mp
,
agno
,
agino
))
{
ino
!=
XFS_AGINO_TO_INO
(
mp
,
agno
,
agino
))
{
#if
0
#if
def DEBUG
if
(
agno
>=
mp
->
m_sb
.
sb_agcount
)
{
if
(
agno
>=
mp
->
m_sb
.
sb_agcount
)
{
xfs_fs_cmn_err
(
CE_ALERT
,
mp
,
xfs_fs_cmn_err
(
CE_ALERT
,
mp
,
"xfs_dilocate: agno (%d) >= "
"xfs_dilocate: agno (%d) >= "
...
...
fs/xfs/xfs_log_recover.c
View file @
8db83635
...
@@ -2039,7 +2039,7 @@ xfs_qm_dqcheck(
...
@@ -2039,7 +2039,7 @@ xfs_qm_dqcheck(
if
(
id
!=
-
1
&&
id
!=
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
if
(
id
!=
-
1
&&
id
!=
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
if
(
flags
&
XFS_QMOPT_DOWARN
)
if
(
flags
&
XFS_QMOPT_DOWARN
)
cmn_err
(
CE_ALERT
,
cmn_err
(
CE_ALERT
,
"%s : ondisk-dquot 0x%
x
, ID mismatch: "
"%s : ondisk-dquot 0x%
p
, ID mismatch: "
"0x%x expected, found id 0x%x"
,
"0x%x expected, found id 0x%x"
,
str
,
ddq
,
id
,
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
));
str
,
ddq
,
id
,
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
));
errs
++
;
errs
++
;
...
@@ -2053,7 +2053,7 @@ xfs_qm_dqcheck(
...
@@ -2053,7 +2053,7 @@ xfs_qm_dqcheck(
!
INT_ISZERO
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
!
INT_ISZERO
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
if
(
flags
&
XFS_QMOPT_DOWARN
)
if
(
flags
&
XFS_QMOPT_DOWARN
)
cmn_err
(
CE_ALERT
,
cmn_err
(
CE_ALERT
,
"%s : Dquot ID 0x%x (0x%
x
) "
"%s : Dquot ID 0x%x (0x%
p
) "
"BLK TIMER NOT STARTED"
,
"BLK TIMER NOT STARTED"
,
str
,
(
int
)
str
,
(
int
)
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
),
ddq
);
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
),
ddq
);
...
@@ -2067,7 +2067,7 @@ xfs_qm_dqcheck(
...
@@ -2067,7 +2067,7 @@ xfs_qm_dqcheck(
!
INT_ISZERO
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
!
INT_ISZERO
(
ddq
->
d_id
,
ARCH_CONVERT
))
{
if
(
flags
&
XFS_QMOPT_DOWARN
)
if
(
flags
&
XFS_QMOPT_DOWARN
)
cmn_err
(
CE_ALERT
,
cmn_err
(
CE_ALERT
,
"%s : Dquot ID 0x%x (0x%
x
) "
"%s : Dquot ID 0x%x (0x%
p
) "
"INODE TIMER NOT STARTED"
,
"INODE TIMER NOT STARTED"
,
str
,
(
int
)
str
,
(
int
)
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
),
ddq
);
INT_GET
(
ddq
->
d_id
,
ARCH_CONVERT
),
ddq
);
...
...
fs/xfs/xfs_types.h
View file @
8db83635
...
@@ -75,8 +75,6 @@ typedef __uint64_t __psunsigned_t;
...
@@ -75,8 +75,6 @@ typedef __uint64_t __psunsigned_t;
#error BITS_PER_LONG must be 32 or 64
#error BITS_PER_LONG must be 32 or 64
#endif
#endif
#endif
/* __KERNEL__ */
/*
/*
* Some types are conditional depending on the target system.
* Some types are conditional depending on the target system.
* XFS_BIG_BLKNOS needs block layer disk addresses to be 64 bits.
* XFS_BIG_BLKNOS needs block layer disk addresses to be 64 bits.
...
@@ -95,6 +93,8 @@ typedef __uint64_t __psunsigned_t;
...
@@ -95,6 +93,8 @@ typedef __uint64_t __psunsigned_t;
# define XFS_BIG_INUMS 0
# define XFS_BIG_INUMS 0
#endif
#endif
#endif
/* __KERNEL__ */
typedef
__uint32_t
xfs_agblock_t
;
/* blockno in alloc. group */
typedef
__uint32_t
xfs_agblock_t
;
/* blockno in alloc. group */
typedef
__uint32_t
xfs_extlen_t
;
/* extent length in blocks */
typedef
__uint32_t
xfs_extlen_t
;
/* extent length in blocks */
typedef
__uint32_t
xfs_agnumber_t
;
/* allocation group number */
typedef
__uint32_t
xfs_agnumber_t
;
/* allocation group number */
...
@@ -197,4 +197,4 @@ typedef enum {
...
@@ -197,4 +197,4 @@ typedef enum {
XFS_BTNUM_MAX
XFS_BTNUM_MAX
}
xfs_btnum_t
;
}
xfs_btnum_t
;
#endif
/*
!__XFS_TYPES_H
*/
#endif
/*
__XFS_TYPES_H__
*/
fs/xfs/xfs_vfsops.c
View file @
8db83635
...
@@ -225,7 +225,7 @@ xfs_start_flags(
...
@@ -225,7 +225,7 @@ xfs_start_flags(
/*
/*
* At this point the superblock has not been read
* At this point the superblock has not been read
* in, therefore we do not know the block size.
* in, therefore we do not know the block size.
* Before
,
the mount call ends we will convert
* Before the mount call ends we will convert
* these to FSBs.
* these to FSBs.
*/
*/
mp
->
m_dalign
=
ap
->
sunit
;
mp
->
m_dalign
=
ap
->
sunit
;
...
...
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