diff options
Diffstat (limited to 'fs/minix/file.c')
-rw-r--r-- | fs/minix/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/minix/file.c b/fs/minix/file.c index 009bd09ed..23aa70268 100644 --- a/fs/minix/file.c +++ b/fs/minix/file.c @@ -38,7 +38,7 @@ static struct file_operations minix_file_operations = { generic_file_read, /* read */ minix_file_write, /* write */ NULL, /* readdir - bad */ - NULL, /* select - default */ + NULL, /* poll - default */ NULL, /* ioctl - default */ generic_file_mmap, /* mmap */ NULL, /* no special open is needed */ |