diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-09-22 18:45:01 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-09-22 18:45:01 +0200 |
commit | 90edf27fb89241917e91155bfdcc7c8e5a587222 (patch) | |
tree | a2d1841cfe382f426a3b6ccb306b0665ad455885 /include | |
parent | 41945f6ccf1e86f87fddf6b32db9cf431c05fb54 (diff) | |
parent | 8b15575cae7a93a784c3005c42b069edd9ba64dd (diff) |
Merge branch 'linus' into perf/core
Conflicts:
kernel/hw_breakpoint.c
Merge reason: resolve the conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 76041b614758..63d069bd80b7 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1093,6 +1093,10 @@ struct file_lock { #include <linux/fcntl.h> +/* temporary stubs for BKL removal */ +#define lock_flocks() lock_kernel() +#define unlock_flocks() unlock_kernel() + extern void send_sigio(struct fown_struct *fown, int fd, int band); #ifdef CONFIG_FILE_LOCKING |