X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=f2325998cd20cd551d445072bbcd0fb15c17732c;hp=49749688156d91a12f68ab78ebc29685fa59ce88;hb=1a5d0dd76b1eff1dc65417655fef9b9aea682ed0;hpb=616fb38fa7a9599293e05ae1fa9acfaf73922434;ds=sidebyside diff --git a/include/linux/fs.h b/include/linux/fs.h index 49749688156d..f2325998cd20 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1042,6 +1042,7 @@ extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); extern int fcntl_getlease(struct file *filp); /* fs/locks.c */ +extern struct srcu_notifier_head lease_notifier_chain; void locks_free_lock_context(struct file_lock_context *ctx); void locks_free_lock(struct file_lock *fl); extern void locks_init_lock(struct file_lock *);