diff options
Diffstat (limited to 'include/linux/fs.h')
-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 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 | |||
1092 | extern void send_sigio(struct fown_struct *fown, int fd, int band); | 1096 | extern void send_sigio(struct fown_struct *fown, int fd, int band); |
1093 | 1097 | ||
1094 | #ifdef CONFIG_FILE_LOCKING | 1098 | #ifdef CONFIG_FILE_LOCKING |