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
0906b7e6
Commit
0906b7e6
authored
May 22, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/davem/BK/misc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
3400ce3f
e4c44910
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
2 deletions
+10
-2
fs/autofs/autofs_i.h
fs/autofs/autofs_i.h
+2
-0
fs/autofs/dirhash.c
fs/autofs/dirhash.c
+0
-2
include/linux/dcache.h
include/linux/dcache.h
+2
-0
include/linux/jiffies.h
include/linux/jiffies.h
+2
-0
include/linux/mount.h
include/linux/mount.h
+2
-0
include/linux/namei.h
include/linux/namei.h
+2
-0
No files found.
fs/autofs/autofs_i.h
View file @
0906b7e6
...
...
@@ -23,6 +23,8 @@
#include <linux/time.h>
#include <linux/string.h>
#include <linux/wait.h>
#include <linux/dcache.h>
#include <linux/namei.h>
#include <asm/uaccess.h>
#ifdef DEBUG
...
...
fs/autofs/dirhash.c
View file @
0906b7e6
...
...
@@ -10,8 +10,6 @@
*
* ------------------------------------------------------------------------- */
#include <linux/dcache.h>
#include <linux/namei.h>
#include "autofs_i.h"
/* Functions for maintenance of expiry queue */
...
...
include/linux/dcache.h
View file @
0906b7e6
...
...
@@ -5,6 +5,8 @@
#include <asm/atomic.h>
#include <linux/mount.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <asm/page.h>
/* for BUG() */
/*
...
...
include/linux/jiffies.h
View file @
0906b7e6
#ifndef _LINUX_JIFFIES_H
#define _LINUX_JIFFIES_H
#include <linux/types.h>
/*
* The 64-bit value is not volatile - you MUST NOT read it
* without holding read_lock_irq(&xtime_lock)
...
...
include/linux/mount.h
View file @
0906b7e6
...
...
@@ -12,6 +12,8 @@
#define _LINUX_MOUNT_H
#ifdef __KERNEL__
#include <linux/list.h>
#define MNT_NOSUID 1
#define MNT_NODEV 2
#define MNT_NOEXEC 4
...
...
include/linux/namei.h
View file @
0906b7e6
#ifndef _LINUX_NAMEI_H
#define _LINUX_NAMEI_H
#include <linux/linkage.h>
struct
vfsmount
;
struct
nameidata
{
...
...
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