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
914e2637
Commit
914e2637
authored
Oct 18, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] severing fs.h, radix-tree.h -> sched.h
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
f6a57033
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
44 additions
and
31 deletions
+44
-31
arch/i386/kernel/acpi/cstate.c
arch/i386/kernel/acpi/cstate.c
+1
-0
drivers/acpi/dock.c
drivers/acpi/dock.c
+1
-0
drivers/char/hw_random/core.c
drivers/char/hw_random/core.c
+1
-0
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm.h
+1
-0
drivers/hwmon/hdaps.c
drivers/hwmon/hdaps.c
+1
-0
drivers/spi/spi_butterfly.c
drivers/spi/spi_butterfly.c
+1
-0
fs/9p/conv.c
fs/9p/conv.c
+1
-0
fs/9p/fcall.c
fs/9p/fcall.c
+1
-0
fs/9p/fid.c
fs/9p/fid.c
+1
-0
fs/9p/v9fs.c
fs/9p/v9fs.c
+1
-0
fs/9p/vfs_dir.c
fs/9p/vfs_dir.c
+1
-0
fs/9p/vfs_file.c
fs/9p/vfs_file.c
+1
-0
fs/inotify.c
fs/inotify.c
+1
-0
fs/jffs2/acl.c
fs/jffs2/acl.c
+1
-0
fs/jffs2/wbuf.c
fs/jffs2/wbuf.c
+1
-0
fs/jfs/ioctl.c
fs/jfs/ioctl.c
+1
-0
fs/proc/root.c
fs/proc/root.c
+1
-0
fs/super.c
fs/super.c
+18
-0
fs/sync.c
fs/sync.c
+1
-0
fs/utimes.c
fs/utimes.c
+1
-0
include/linux/fs.h
include/linux/fs.h
+7
-30
include/linux/radix-tree.h
include/linux/radix-tree.h
+0
-1
No files found.
arch/i386/kernel/acpi/cstate.c
View file @
914e2637
...
...
@@ -11,6 +11,7 @@
#include <linux/init.h>
#include <linux/acpi.h>
#include <linux/cpu.h>
#include <linux/sched.h>
#include <acpi/processor.h>
#include <asm/acpi.h>
...
...
drivers/acpi/dock.c
View file @
914e2637
...
...
@@ -27,6 +27,7 @@
#include <linux/init.h>
#include <linux/types.h>
#include <linux/notifier.h>
#include <linux/jiffies.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
...
...
drivers/char/hw_random/core.c
View file @
914e2637
...
...
@@ -36,6 +36,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/miscdevice.h>
#include <linux/delay.h>
...
...
drivers/char/tpm/tpm.h
View file @
914e2637
...
...
@@ -22,6 +22,7 @@
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/miscdevice.h>
#include <linux/platform_device.h>
#include <linux/io.h>
...
...
drivers/hwmon/hdaps.c
View file @
914e2637
...
...
@@ -33,6 +33,7 @@
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/dmi.h>
#include <linux/jiffies.h>
#include <asm/io.h>
#define HDAPS_LOW_PORT 0x1600
/* first port used by hdaps */
...
...
drivers/spi/spi_butterfly.c
View file @
914e2637
...
...
@@ -23,6 +23,7 @@
#include <linux/platform_device.h>
#include <linux/parport.h>
#include <linux/sched.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>
#include <linux/spi/flash.h>
...
...
fs/9p/conv.c
View file @
914e2637
...
...
@@ -27,6 +27,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/idr.h>
#include <asm/uaccess.h>
#include "debug.h"
...
...
fs/9p/fcall.c
View file @
914e2637
...
...
@@ -27,6 +27,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/idr.h>
#include "debug.h"
...
...
fs/9p/fid.c
View file @
914e2637
...
...
@@ -23,6 +23,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/idr.h>
#include "debug.h"
...
...
fs/9p/v9fs.c
View file @
914e2637
...
...
@@ -26,6 +26,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/parser.h>
#include <linux/idr.h>
...
...
fs/9p/vfs_dir.c
View file @
914e2637
...
...
@@ -30,6 +30,7 @@
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/sched.h>
#include <linux/inet.h>
#include <linux/idr.h>
...
...
fs/9p/vfs_file.c
View file @
914e2637
...
...
@@ -26,6 +26,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/file.h>
#include <linux/stat.h>
#include <linux/string.h>
...
...
fs/inotify.c
View file @
914e2637
...
...
@@ -27,6 +27,7 @@
#include <linux/idr.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/writeback.h>
...
...
fs/jffs2/acl.c
View file @
914e2637
...
...
@@ -11,6 +11,7 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/time.h>
#include <linux/crc32.h>
#include <linux/jffs2.h>
...
...
fs/jffs2/wbuf.c
View file @
914e2637
...
...
@@ -19,6 +19,7 @@
#include <linux/crc32.h>
#include <linux/mtd/nand.h>
#include <linux/jiffies.h>
#include <linux/sched.h>
#include "nodelist.h"
...
...
fs/jfs/ioctl.c
View file @
914e2637
...
...
@@ -9,6 +9,7 @@
#include <linux/ctype.h>
#include <linux/capability.h>
#include <linux/time.h>
#include <linux/sched.h>
#include <asm/current.h>
#include <asm/uaccess.h>
...
...
fs/proc/root.c
View file @
914e2637
...
...
@@ -13,6 +13,7 @@
#include <linux/proc_fs.h>
#include <linux/stat.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/bitops.h>
#include <linux/smp_lock.h>
...
...
fs/super.c
View file @
914e2637
...
...
@@ -220,6 +220,24 @@ static int grab_super(struct super_block *s) __releases(sb_lock)
return
0
;
}
/*
* Superblock locking. We really ought to get rid of these two.
*/
void
lock_super
(
struct
super_block
*
sb
)
{
get_fs_excl
();
mutex_lock
(
&
sb
->
s_lock
);
}
void
unlock_super
(
struct
super_block
*
sb
)
{
put_fs_excl
();
mutex_unlock
(
&
sb
->
s_lock
);
}
EXPORT_SYMBOL
(
lock_super
);
EXPORT_SYMBOL
(
unlock_super
);
/*
* Write out and wait upon all dirty data associated with this
* superblock. Filesystem data as well as the underlying block
...
...
fs/sync.c
View file @
914e2637
...
...
@@ -6,6 +6,7 @@
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/writeback.h>
#include <linux/syscalls.h>
#include <linux/linkage.h>
...
...
fs/utimes.c
View file @
914e2637
...
...
@@ -2,6 +2,7 @@
#include <linux/fs.h>
#include <linux/linkage.h>
#include <linux/namei.h>
#include <linux/sched.h>
#include <linux/utime.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>
...
...
include/linux/fs.h
View file @
914e2637
...
...
@@ -276,7 +276,7 @@ extern int dir_notify_enable;
#include <linux/radix-tree.h>
#include <linux/prio_tree.h>
#include <linux/init.h>
#include <linux/
sche
d.h>
#include <linux/
pi
d.h>
#include <linux/mutex.h>
#include <asm/atomic.h>
...
...
@@ -977,36 +977,13 @@ enum {
#define vfs_check_frozen(sb, level) \
wait_event((sb)->s_wait_unfrozen, ((sb)->s_frozen < (level)))
static
inline
void
get_fs_excl
(
void
)
{
atomic_inc
(
&
current
->
fs_excl
);
}
static
inline
void
put_fs_excl
(
void
)
{
atomic_dec
(
&
current
->
fs_excl
);
}
static
inline
int
has_fs_excl
(
void
)
{
return
atomic_read
(
&
current
->
fs_excl
);
}
#define get_fs_excl() atomic_inc(¤t->fs_excl)
#define put_fs_excl() atomic_dec(¤t->fs_excl)
#define has_fs_excl() atomic_read(¤t->fs_excl)
/*
* Superblock locking.
*/
static
inline
void
lock_super
(
struct
super_block
*
sb
)
{
get_fs_excl
();
mutex_lock
(
&
sb
->
s_lock
);
}
static
inline
void
unlock_super
(
struct
super_block
*
sb
)
{
put_fs_excl
();
mutex_unlock
(
&
sb
->
s_lock
);
}
/* not quite ready to be deprecated, but... */
extern
void
lock_super
(
struct
super_block
*
);
extern
void
unlock_super
(
struct
super_block
*
);
/*
* VFS helper functions..
...
...
include/linux/radix-tree.h
View file @
914e2637
...
...
@@ -19,7 +19,6 @@
#ifndef _LINUX_RADIX_TREE_H
#define _LINUX_RADIX_TREE_H
#include <linux/sched.h>
#include <linux/preempt.h>
#include <linux/types.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