Cc: miklos@xxxxxxxxxx Signed-off-by: Andi Kleen <ak@xxxxxxx> --- fs/fuse/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/fs/fuse/dev.c =================================================================== --- linux.orig/fs/fuse/dev.c +++ linux/fs/fuse/dev.c @@ -1040,7 +1040,7 @@ const struct file_operations fuse_dev_op .aio_write = fuse_dev_write, .poll = fuse_dev_poll, .release = fuse_dev_release, - .fasync = fuse_dev_fasync, + .unlocked_fasync = fuse_dev_fasync, }; static struct miscdevice fuse_miscdevice = { - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html