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
2fc39b09
Commit
2fc39b09
authored
Jun 08, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://jfs.bkbits.net/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
9cc083a6
612cc672
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
24 additions
and
4 deletions
+24
-4
fs/jfs/file.c
fs/jfs/file.c
+1
-0
fs/jfs/inode.c
fs/jfs/inode.c
+1
-0
fs/jfs/jfs_debug.c
fs/jfs/jfs_debug.c
+1
-0
fs/jfs/jfs_debug.h
fs/jfs/jfs_debug.h
+1
-0
fs/jfs/jfs_imap.h
fs/jfs/jfs_imap.h
+0
-1
fs/jfs/jfs_incore.h
fs/jfs/jfs_incore.h
+1
-0
fs/jfs/jfs_lock.h
fs/jfs/jfs_lock.h
+1
-0
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_logmgr.c
+1
-0
fs/jfs/jfs_logmgr.h
fs/jfs/jfs_logmgr.h
+1
-0
fs/jfs/jfs_metapage.c
fs/jfs/jfs_metapage.c
+1
-0
fs/jfs/jfs_metapage.h
fs/jfs/jfs_metapage.h
+1
-0
fs/jfs/jfs_txnmgr.c
fs/jfs/jfs_txnmgr.c
+1
-0
fs/jfs/jfs_txnmgr.h
fs/jfs/jfs_txnmgr.h
+9
-2
fs/jfs/jfs_unicode.h
fs/jfs/jfs_unicode.h
+1
-0
fs/jfs/namei.c
fs/jfs/namei.c
+1
-0
fs/jfs/super.c
fs/jfs/super.c
+1
-0
fs/jfs/symlink.c
fs/jfs/symlink.c
+1
-1
No files found.
fs/jfs/file.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/inode.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_debug.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_debug.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_imap.h
View file @
2fc39b09
...
...
@@ -153,7 +153,6 @@ extern int diExtendFS(inode_t * ipimap, inode_t * ipbmap);
extern
int
diMount
(
struct
inode
*
);
extern
int
diUnmount
(
struct
inode
*
,
int
);
extern
int
diRead
(
struct
inode
*
);
extern
void
diClearExtension
(
struct
inode
*
);
extern
struct
inode
*
diReadSpecial
(
struct
super_block
*
,
ino_t
);
extern
void
diWriteSpecial
(
struct
inode
*
);
extern
void
diFreeSpecial
(
struct
inode
*
);
...
...
fs/jfs/jfs_incore.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_lock.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2001
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_logmgr.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_logmgr.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_metapage.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_metapage.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_txnmgr.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_txnmgr.h
View file @
2fc39b09
...
...
@@ -251,10 +251,17 @@ typedef struct {
u8
count
;
/* 1: number of pxd/xad */
/* (8) */
void
*
xdlist
;
/* 4: pxd/xad list */
s32
rsrvd
;
/* 4: */
/*
* We need xdlistlock_t to be 64 bits (8 bytes), regardless of
* whether void * is 32 or 64 bits
*/
union
{
void
*
_xdlist
;
/* pxd/xad list */
s64
pad
;
/* 8: Force 64-bit xdlist size */
}
union64
;
}
xdlistlock_t
;
/* (16): */
#define xdlist union64._xdlist
/*
* commit
...
...
fs/jfs/jfs_unicode.h
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/namei.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/super.c
View file @
2fc39b09
/*
* Copyright (c) International Business Machines Corp., 2000-2002
* Portions Copyright (c) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/symlink.c
View file @
2fc39b09
/*
* Copyright (c)
International Business Machines Corp., 2000
-2002
* Copyright (c)
Christoph Hellwig, 2001
-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
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