X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Finternal.h;h=18bc216ea09d95ecff126ef96987ff786b5cbcb1;hb=c5e43b83b0e2a5a24f7a2f1417e08db063b034f7;hp=9962c59ba280b1c75d78adc55b8491733075a5e0;hpb=11b91d6fe7272452c999573bab33c15c2f03dc31;p=karo-tx-linux.git diff --git a/fs/internal.h b/fs/internal.h index 9962c59ba280..18bc216ea09d 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -56,7 +56,7 @@ extern int sb_prepare_remount_readonly(struct super_block *); extern void __init mnt_init(void); -DECLARE_BRLOCK(vfsmount_lock); +extern struct lglock vfsmount_lock; /* @@ -100,6 +100,7 @@ extern struct file *do_file_open_root(struct dentry *, struct vfsmount *, extern long do_handle_open(int mountdirfd, struct file_handle __user *ufh, int open_flag); +extern int open_check_o_direct(struct file *f); /* * inode.c