aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/writeback.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index b4af6bcb7b7a..a111d3de2a57 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -61,8 +61,6 @@ struct writeback_control {
61 unsigned for_reclaim:1; /* Invoked from the page allocator */ 61 unsigned for_reclaim:1; /* Invoked from the page allocator */
62 unsigned for_writepages:1; /* This is a writepages() call */ 62 unsigned for_writepages:1; /* This is a writepages() call */
63 unsigned range_cyclic:1; /* range_start is cyclic */ 63 unsigned range_cyclic:1; /* range_start is cyclic */
64
65 void *fs_private; /* For use by ->writepages() */
66}; 64};
67 65
68/* 66/*