diff options
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r-- | include/linux/writeback.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index b333c945e571..d0b5ca5d4e08 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -198,6 +198,7 @@ void wbc_attach_and_unlock_inode(struct writeback_control *wbc, | |||
198 | void wbc_detach_inode(struct writeback_control *wbc); | 198 | void wbc_detach_inode(struct writeback_control *wbc); |
199 | void wbc_account_io(struct writeback_control *wbc, struct page *page, | 199 | void wbc_account_io(struct writeback_control *wbc, struct page *page, |
200 | size_t bytes); | 200 | size_t bytes); |
201 | void cgroup_writeback_umount(void); | ||
201 | 202 | ||
202 | /** | 203 | /** |
203 | * inode_attach_wb - associate an inode with its wb | 204 | * inode_attach_wb - associate an inode with its wb |
@@ -301,6 +302,10 @@ static inline void wbc_account_io(struct writeback_control *wbc, | |||
301 | { | 302 | { |
302 | } | 303 | } |
303 | 304 | ||
305 | static inline void cgroup_writeback_umount(void) | ||
306 | { | ||
307 | } | ||
308 | |||
304 | #endif /* CONFIG_CGROUP_WRITEBACK */ | 309 | #endif /* CONFIG_CGROUP_WRITEBACK */ |
305 | 310 | ||
306 | /* | 311 | /* |