From f78cfd42a1987ad350f9471ee659baab433e87bd Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 3 Jun 2003 11:07:54 +0000 Subject: [PATCH] Export the default opearations so the low level utilities can use them. (Logical change 1.139) --- include/disk_io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/disk_io.h b/include/disk_io.h index 287073ea..c82a18db 100644 --- a/include/disk_io.h +++ b/include/disk_io.h @@ -24,6 +24,8 @@ #include "volume.h" +extern struct ntfs_device_operations ntfs_device_disk_io_ops; + extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b); extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,