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
191f0f05
Commit
191f0f05
authored
Dec 13, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move intermezzo header files to its own private directory
parent
48c8438c
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
68 additions
and
66 deletions
+68
-66
fs/intermezzo/cache.c
fs/intermezzo/cache.c
+2
-2
fs/intermezzo/dcache.c
fs/intermezzo/dcache.c
+1
-1
fs/intermezzo/dir.c
fs/intermezzo/dir.c
+2
-2
fs/intermezzo/ext_attr.c
fs/intermezzo/ext_attr.c
+2
-2
fs/intermezzo/file.c
fs/intermezzo/file.c
+2
-2
fs/intermezzo/fileset.c
fs/intermezzo/fileset.c
+2
-2
fs/intermezzo/inode.c
fs/intermezzo/inode.c
+2
-2
fs/intermezzo/intermezzo_fs.h
fs/intermezzo/intermezzo_fs.h
+2
-2
fs/intermezzo/intermezzo_idl.h
fs/intermezzo/intermezzo_idl.h
+0
-0
fs/intermezzo/intermezzo_journal.h
fs/intermezzo/intermezzo_journal.h
+0
-0
fs/intermezzo/intermezzo_kml.h
fs/intermezzo/intermezzo_kml.h
+2
-2
fs/intermezzo/intermezzo_lib.h
fs/intermezzo/intermezzo_lib.h
+0
-0
fs/intermezzo/intermezzo_psdev.h
fs/intermezzo/intermezzo_psdev.h
+0
-0
fs/intermezzo/intermezzo_upcall.h
fs/intermezzo/intermezzo_upcall.h
+0
-0
fs/intermezzo/journal.c
fs/intermezzo/journal.c
+3
-2
fs/intermezzo/journal_ext2.c
fs/intermezzo/journal_ext2.c
+2
-2
fs/intermezzo/journal_ext3.c
fs/intermezzo/journal_ext3.c
+2
-2
fs/intermezzo/journal_obdfs.c
fs/intermezzo/journal_obdfs.c
+2
-2
fs/intermezzo/journal_reiserfs.c
fs/intermezzo/journal_reiserfs.c
+2
-2
fs/intermezzo/journal_tmpfs.c
fs/intermezzo/journal_tmpfs.c
+2
-2
fs/intermezzo/journal_xfs.c
fs/intermezzo/journal_xfs.c
+3
-3
fs/intermezzo/kml.c
fs/intermezzo/kml.c
+4
-4
fs/intermezzo/kml_decode.c
fs/intermezzo/kml_decode.c
+2
-2
fs/intermezzo/kml_reint.c
fs/intermezzo/kml_reint.c
+3
-2
fs/intermezzo/kml_setup.c
fs/intermezzo/kml_setup.c
+4
-4
fs/intermezzo/kml_unpack.c
fs/intermezzo/kml_unpack.c
+3
-3
fs/intermezzo/kml_utils.c
fs/intermezzo/kml_utils.c
+2
-2
fs/intermezzo/methods.c
fs/intermezzo/methods.c
+1
-1
fs/intermezzo/presto.c
fs/intermezzo/presto.c
+2
-2
fs/intermezzo/psdev.c
fs/intermezzo/psdev.c
+2
-2
fs/intermezzo/replicator.c
fs/intermezzo/replicator.c
+2
-1
fs/intermezzo/super.c
fs/intermezzo/super.c
+2
-2
fs/intermezzo/sysctl.c
fs/intermezzo/sysctl.c
+2
-3
fs/intermezzo/upcall.c
fs/intermezzo/upcall.c
+4
-4
fs/intermezzo/vfs.c
fs/intermezzo/vfs.c
+2
-2
No files found.
fs/intermezzo/cache.c
View file @
191f0f05
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/init.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
/*
/*
This file contains the routines associated with managing a
This file contains the routines associated with managing a
...
...
fs/intermezzo/dcache.c
View file @
191f0f05
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
#include <linux/smp_lock.h>
#include <linux/smp_lock.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
kmem_cache_t
*
presto_dentry_slab
;
kmem_cache_t
*
presto_dentry_slab
;
...
...
fs/intermezzo/dir.c
View file @
191f0f05
...
@@ -45,8 +45,8 @@
...
@@ -45,8 +45,8 @@
#define __NO_VERSION__
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/module.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
static
inline
void
presto_relock_sem
(
struct
inode
*
dir
)
static
inline
void
presto_relock_sem
(
struct
inode
*
dir
)
{
{
...
...
fs/intermezzo/ext_attr.c
View file @
191f0f05
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
#include <asm/segment.h>
#include <asm/segment.h>
#include <linux/smp_lock.h>
#include <linux/smp_lock.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#ifdef CONFIG_FS_EXT_ATTR
#ifdef CONFIG_FS_EXT_ATTR
#include <linux/ext_attr.h>
#include <linux/ext_attr.h>
...
...
fs/intermezzo/file.c
View file @
191f0f05
...
@@ -50,9 +50,9 @@
...
@@ -50,9 +50,9 @@
#define __NO_VERSION__
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/module.h>
#include <linux/intermezzo_fs.h>
#include <linux/intermezzo_psdev.h>
#include <linux/fsfilter.h>
#include <linux/fsfilter.h>
#include "intermezzo_fs.h"
#include "intermezzo_psdev.h"
/*
/*
* these are initialized in super.c
* these are initialized in super.c
*/
*/
...
...
fs/intermezzo/fileset.c
View file @
191f0f05
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
#include <linux/init.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/module.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
static
inline
struct
presto_file_set
*
presto_dentry2fset
(
struct
dentry
*
dentry
)
static
inline
struct
presto_file_set
*
presto_dentry2fset
(
struct
dentry
*
dentry
)
{
{
...
...
fs/intermezzo/inode.c
View file @
191f0f05
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <asm/segment.h>
#include <asm/segment.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
extern
void
presto_free_cache
(
struct
presto_cache
*
);
extern
void
presto_free_cache
(
struct
presto_cache
*
);
...
...
include/linux
/intermezzo_fs.h
→
fs/intermezzo
/intermezzo_fs.h
View file @
191f0f05
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
#ifndef __INTERMEZZO_FS_H_
#ifndef __INTERMEZZO_FS_H_
#define __INTERMEZZO_FS_H_ 1
#define __INTERMEZZO_FS_H_ 1
#include
<linux/intermezzo_lib.h>
#include
"intermezzo_lib.h"
#include
<linux/intermezzo_idl.h>
#include
"intermezzo_idl.h"
#ifdef __KERNEL__
#ifdef __KERNEL__
...
...
include/linux
/intermezzo_idl.h
→
fs/intermezzo
/intermezzo_idl.h
View file @
191f0f05
File moved
include/linux
/intermezzo_journal.h
→
fs/intermezzo
/intermezzo_journal.h
View file @
191f0f05
File moved
include/linux
/intermezzo_kml.h
→
fs/intermezzo
/intermezzo_kml.h
View file @
191f0f05
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#define __INTERMEZZO_KML_H
#define __INTERMEZZO_KML_H
#include <linux/version.h>
#include <linux/version.h>
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#include <linux/fs.h>
#include <linux/fs.h>
#include
<linux/intermezzo_journal.h>
#include
"intermezzo_journal.h"
#define PRESTO_KML_MAJOR_VERSION 0x00010000
#define PRESTO_KML_MAJOR_VERSION 0x00010000
#define PRESTO_KML_MINOR_VERSION 0x00002001
#define PRESTO_KML_MINOR_VERSION 0x00002001
...
...
include/linux
/intermezzo_lib.h
→
fs/intermezzo
/intermezzo_lib.h
View file @
191f0f05
File moved
include/linux
/intermezzo_psdev.h
→
fs/intermezzo
/intermezzo_psdev.h
View file @
191f0f05
File moved
include/linux
/intermezzo_upcall.h
→
fs/intermezzo
/intermezzo_upcall.h
View file @
191f0f05
File moved
fs/intermezzo/journal.c
View file @
191f0f05
...
@@ -38,8 +38,9 @@
...
@@ -38,8 +38,9 @@
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <linux/string.h>
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/smp_lock.h>
#include <linux/intermezzo_fs.h>
#include <linux/intermezzo_psdev.h>
#include "intermezzo_fs.h"
#include "intermezzo_psdev.h"
struct
presto_reservation_data
{
struct
presto_reservation_data
{
unsigned
int
ri_recno
;
unsigned
int
ri_recno
;
...
...
fs/intermezzo/journal_ext2.c
View file @
191f0f05
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
#include <linux/string.h>
#include <linux/string.h>
#include <linux/ext2_fs.h>
#include <linux/ext2_fs.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#if defined(CONFIG_EXT2_FS)
#if defined(CONFIG_EXT2_FS)
...
...
fs/intermezzo/journal_ext3.c
View file @
191f0f05
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
#include <linux/ext3_jbd.h>
#include <linux/ext3_jbd.h>
#endif
#endif
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#if defined(CONFIG_EXT3_FS) || defined (CONFIG_EXT3_FS_MODULE)
#if defined(CONFIG_EXT3_FS) || defined (CONFIG_EXT3_FS_MODULE)
...
...
fs/intermezzo/journal_obdfs.c
View file @
191f0f05
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
#include /usr/src/obd/include/linux/obdfs.h
#include /usr/src/obd/include/linux/obdfs.h
#endif
#endif
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#ifdef CONFIG_OBDFS_FS
#ifdef CONFIG_OBDFS_FS
...
...
fs/intermezzo/journal_reiserfs.c
View file @
191f0f05
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
#include <linux/reiserfs_fs_i.h>
#include <linux/reiserfs_fs_i.h>
#endif
#endif
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#if defined(CONFIG_REISERFS_FS) || defined(CONFIG_REISERFS_FS_MODULE)
#if defined(CONFIG_REISERFS_FS) || defined(CONFIG_REISERFS_FS_MODULE)
...
...
fs/intermezzo/journal_tmpfs.c
View file @
191f0f05
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
#endif
#endif
#endif
#endif
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#if defined(CONFIG_TMPFS)
#if defined(CONFIG_TMPFS)
...
...
fs/intermezzo/journal_xfs.c
View file @
191f0f05
...
@@ -36,9 +36,9 @@
...
@@ -36,9 +36,9 @@
#ifdef CONFIG_FS_XFS
#ifdef CONFIG_FS_XFS
#include <linux/xfs_fs.h>
#include <linux/xfs_fs.h>
#endif
#endif
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#include
<linux/intermezzo_journal.h>
#include
"intermezzo_journal.h"
#if 0
#if 0
...
...
fs/intermezzo/kml.c
View file @
191f0f05
...
@@ -5,10 +5,10 @@
...
@@ -5,10 +5,10 @@
#include <linux/module.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_upcall.h>
#include
"intermezzo_upcall.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#include
<linux/intermezzo_kml.h>
#include
"intermezzo_kml.h"
static
struct
presto_file_set
*
kml_getfset
(
char
*
path
)
static
struct
presto_file_set
*
kml_getfset
(
char
*
path
)
{
{
...
...
fs/intermezzo/kml_decode.c
View file @
191f0f05
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_kml.h>
#include
"intermezzo_kml.h"
static
int
size_round
(
int
val
);
static
int
size_round
(
int
val
);
static
int
unpack_create
(
struct
kml_create
*
rec
,
char
*
buf
,
static
int
unpack_create
(
struct
kml_create
*
rec
,
char
*
buf
,
...
...
fs/intermezzo/kml_reint.c
View file @
191f0f05
...
@@ -34,8 +34,9 @@
...
@@ -34,8 +34,9 @@
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
#include <asm/mmu_context.h>
#include <linux/intermezzo_fs.h>
#include <linux/intermezzo_psdev.h>
#include "intermezzo_fs.h"
#include "intermezzo_psdev.h"
static
void
kmlreint_pre_secure
(
struct
kml_rec
*
rec
,
struct
file
*
dir
,
static
void
kmlreint_pre_secure
(
struct
kml_rec
*
rec
,
struct
file
*
dir
,
struct
run_ctxt
*
saved
)
struct
run_ctxt
*
saved
)
...
...
fs/intermezzo/kml_setup.c
View file @
191f0f05
...
@@ -5,10 +5,10 @@
...
@@ -5,10 +5,10 @@
#include <linux/module.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_upcall.h>
#include
"intermezzo_upcall.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#include
<linux/intermezzo_kml.h>
#include
"intermezzo_kml.h"
int
kml_init
(
struct
presto_file_set
*
fset
)
int
kml_init
(
struct
presto_file_set
*
fset
)
{
{
...
...
fs/intermezzo/kml_unpack.c
View file @
191f0f05
...
@@ -56,9 +56,9 @@
...
@@ -56,9 +56,9 @@
# include <glib.h>
# include <glib.h>
#endif
#endif
#include
<linux/intermezzo_lib.h>
#include
"intermezzo_lib.h"
#include
<linux/intermezzo_idl.h>
#include
"intermezzo_idl.h"
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
int
kml_unpack_version
(
struct
presto_version
**
ver
,
char
**
buf
,
char
*
end
)
int
kml_unpack_version
(
struct
presto_version
**
ver
,
char
**
buf
,
char
*
end
)
{
{
...
...
fs/intermezzo/kml_utils.c
View file @
191f0f05
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_kml.h>
#include
"intermezzo_kml.h"
// dlogit -- oppsite to logit ()
// dlogit -- oppsite to logit ()
...
...
fs/intermezzo/methods.c
View file @
191f0f05
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
#include <linux/module.h>
#include <linux/module.h>
#include <linux/fsfilter.h>
#include <linux/fsfilter.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
int
filter_print_entry
=
0
;
int
filter_print_entry
=
0
;
...
...
fs/intermezzo/presto.c
View file @
191f0f05
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
#include <linux/string.h>
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/smp_lock.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
int
presto_walk
(
const
char
*
name
,
struct
nameidata
*
nd
)
int
presto_walk
(
const
char
*
name
,
struct
nameidata
*
nd
)
{
{
...
...
fs/intermezzo/psdev.c
View file @
191f0f05
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/miscdevice.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#ifdef PRESTO_DEVEL
#ifdef PRESTO_DEVEL
...
...
fs/intermezzo/replicator.c
View file @
191f0f05
...
@@ -31,7 +31,8 @@
...
@@ -31,7 +31,8 @@
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/fsfilter.h>
#include <linux/fsfilter.h>
#include <linux/intermezzo_fs.h>
#include "intermezzo_fs.h"
/*
/*
* this file contains a hash table of replicators/clients for a
* this file contains a hash table of replicators/clients for a
...
...
fs/intermezzo/super.c
View file @
191f0f05
...
@@ -47,8 +47,8 @@ static char rcsid[] __attribute ((unused)) = "$Id: super.c,v 1.4 2002/10/12 02:1
...
@@ -47,8 +47,8 @@ static char rcsid[] __attribute ((unused)) = "$Id: super.c,v 1.4 2002/10/12 02:1
#define __NO_VERSION__
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/module.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#ifdef PRESTO_DEBUG
#ifdef PRESTO_DEBUG
long
presto_vmemory
=
0
;
long
presto_vmemory
=
0
;
...
...
fs/intermezzo/sysctl.c
View file @
191f0f05
...
@@ -39,9 +39,8 @@
...
@@ -39,9 +39,8 @@
#include <linux/utsname.h>
#include <linux/utsname.h>
#include <linux/blk.h>
#include <linux/blk.h>
#include "intermezzo_fs.h"
#include <linux/intermezzo_fs.h>
#include "intermezzo_psdev.h"
#include <linux/intermezzo_psdev.h>
/* /proc entries */
/* /proc entries */
...
...
fs/intermezzo/upcall.c
View file @
191f0f05
...
@@ -45,11 +45,11 @@
...
@@ -45,11 +45,11 @@
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <asm/segment.h>
#include <asm/segment.h>
#include
<linux/intermezzo_lib.h>
#include
"intermezzo_lib.h"
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#include
<linux/intermezzo_idl.h>
#include
"intermezzo_idl.h"
/*
/*
At present:
At present:
...
...
fs/intermezzo/vfs.c
View file @
191f0f05
...
@@ -68,8 +68,8 @@
...
@@ -68,8 +68,8 @@
#include <linux/namei.h>
#include <linux/namei.h>
#include <linux/blk.h>
#include <linux/blk.h>
#include
<linux/intermezzo_fs.h>
#include
"intermezzo_fs.h"
#include
<linux/intermezzo_psdev.h>
#include
"intermezzo_psdev.h"
#ifdef CONFIG_FS_EXT_ATTR
#ifdef CONFIG_FS_EXT_ATTR
# include <linux/ext_attr.h>
# include <linux/ext_attr.h>
...
...
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