fscache: remove unused ->now_uncached callback
[sfrench/cifs-2.6.git] / include / linux / fscache.h
index 115bb81912ccc8759a54d206487cc8936e2a90c7..f4ff47d4a893a7bd0ef7f4baeef6c29dbee2a9f2 100644 (file)
@@ -143,15 +143,6 @@ struct fscache_cookie_def {
        void (*mark_page_cached)(void *cookie_netfs_data,
                                 struct address_space *mapping,
                                 struct page *page);
-
-       /* indicate the cookie is no longer cached
-        * - this function is called when the backing store currently caching
-        *   a cookie is removed
-        * - the netfs should use this to clean up any markers indicating
-        *   cached pages
-        * - this is mandatory for any object that may have data
-        */
-       void (*now_uncached)(void *cookie_netfs_data);
 };
 
 /*