X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fbad_inode.c;h=34e6d7b220c322b9399c32a701fe4910c256946f;hb=2485822d51f8b338d289abe00eb7ce5249794a08;hp=80599ae339669d3a3a962d64d974f62fb30a58d6;hpb=63e8d9114dab88c101be2372cb1f83a4fe74d9c1;p=linux-2.6-omap-h63xx.git diff --git a/fs/bad_inode.c b/fs/bad_inode.c index 80599ae3396..34e6d7b220c 100644 --- a/fs/bad_inode.c +++ b/fs/bad_inode.c @@ -40,8 +40,6 @@ static const struct file_operations bad_file_ops = .aio_fsync = EIO_ERROR, .fasync = EIO_ERROR, .lock = EIO_ERROR, - .readv = EIO_ERROR, - .writev = EIO_ERROR, .sendfile = EIO_ERROR, .sendpage = EIO_ERROR, .get_unmapped_area = EIO_ERROR,