From 03ba4131783cc9e872f8bb26a03f15bc11f27564 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Sep 1998 19:15:08 +0000 Subject: - Merge with Linux 2.1.121. - Bugfixes. --- drivers/char/ftape/zftape/zftape-init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/char/ftape/zftape') diff --git a/drivers/char/ftape/zftape/zftape-init.c b/drivers/char/ftape/zftape/zftape-init.c index 78a857ace..1b5034939 100644 --- a/drivers/char/ftape/zftape/zftape-init.c +++ b/drivers/char/ftape/zftape/zftape-init.c @@ -134,6 +134,7 @@ static struct file_operations zft_cdev = zft_ioctl, /* ioctl */ zft_mmap, /* mmap */ zft_open, /* open */ + NULL, /* flush */ zft_close, /* release */ NULL, /* fsync */ }; -- cgit v1.2.3