Merge to Fedora kernel-2.6.6-1.422
[linux-2.6.git] / fs / ntfs / aops.c
index 797846b..f7f561a 100644 (file)
@@ -1788,3 +1788,12 @@ struct address_space_operations ntfs_aops = {
 #endif
 };
 
+/**
+ * ntfs_mst_aops - general address space operations for mst protecteed inodes
+ *                and attributes
+ */
+struct address_space_operations ntfs_mst_aops = {
+       .readpage       = ntfs_readpage,        /* Fill page with data. */
+       .sync_page      = block_sync_page,      /* Currently, just unplugs the
+                                                  disk request queue. */
+};