X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=3168dcfb94f2bedfa02fe42b7345055d3bb154e2;hb=556ef63255f1a6f82910a637c4164dbf7d3d1af2;hp=aa3dc8d20436dd8d4dbbd44016cd0a94be4051b0;hpb=d4f8f217b8a5d5bd02af979650418dca4caec472;p=mv-sheeva.git diff --git a/include/linux/fs.h b/include/linux/fs.h index aa3dc8d2043..3168dcfb94f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1093,6 +1093,10 @@ struct file_lock { #include +/* 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