fscache: remove unused ->now_uncached callback
[sfrench/cifs-2.6.git] / Documentation / filesystems / caching / netfs-api.txt
index aed6b94160b1cec74face20a05f9c03f03a057f2..0eb31de3a2c1a7679855577f8e92e730ead9005e 100644 (file)
@@ -151,8 +151,6 @@ To define an object, a structure of the following type should be filled out:
                void (*mark_pages_cached)(void *cookie_netfs_data,
                                          struct address_space *mapping,
                                          struct pagevec *cached_pvec);
-
-               void (*now_uncached)(void *cookie_netfs_data);
        };
 
 This has the following fields: