aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2010-10-19 03:13:04 -0400
committerJens Axboe <jaxboe@fusionio.com>2010-10-19 03:13:04 -0400
commitfa251f89903d73989e2f63e13d0eaed1e07ce0da (patch)
tree3f7fe779941e3b6d67754dd7c44a32f48ea47c74 /include/linux/fs.h
parentdd3932eddf428571762596e17b65f5dc92ca361b (diff)
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Conflicts: block/blk-core.c drivers/block/loop.c mm/swapfile.c Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 6b0f6e9993a3..34a1cbcb5615 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1089,6 +1089,10 @@ struct file_lock {
1089 1089
1090#include <linux/fcntl.h> 1090#include <linux/fcntl.h>
1091 1091
1092/* temporary stubs for BKL removal */
1093#define lock_flocks() lock_kernel()
1094#define unlock_flocks() unlock_kernel()
1095
1092extern void send_sigio(struct fown_struct *fown, int fd, int band); 1096extern void send_sigio(struct fown_struct *fown, int fd, int band);
1093 1097
1094#ifdef CONFIG_FILE_LOCKING 1098#ifdef CONFIG_FILE_LOCKING