]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/buffer.c
[S390] appldata enhancements.
[linux-2.6-omap-h63xx.git] / fs / buffer.c
index f23bb647db470adbe513307d6d8b70f68ac9bbbf..e9994722f4a30959019e1df6e0516f8da23b9402 100644 (file)
@@ -2598,7 +2598,7 @@ int nobh_truncate_page(struct address_space *mapping, loff_t from)
        unsigned offset = from & (PAGE_CACHE_SIZE-1);
        unsigned to;
        struct page *page;
-       struct address_space_operations *a_ops = mapping->a_ops;
+       const struct address_space_operations *a_ops = mapping->a_ops;
        char *kaddr;
        int ret = 0;