|
@@ -606,7 +606,7 @@ EXPORT_SYMBOL(sync_inode);
|
|
* O_SYNC flag set, to flush dirty writes to disk.
|
|
* O_SYNC flag set, to flush dirty writes to disk.
|
|
*
|
|
*
|
|
* @what is a bitmask, specifying which part of the inode's data should be
|
|
* @what is a bitmask, specifying which part of the inode's data should be
|
|
- * written and waited upon:
|
|
|
|
|
|
+ * written and waited upon.
|
|
*
|
|
*
|
|
* OSYNC_DATA: i_mapping's dirty data
|
|
* OSYNC_DATA: i_mapping's dirty data
|
|
* OSYNC_METADATA: the buffers at i_mapping->private_list
|
|
* OSYNC_METADATA: the buffers at i_mapping->private_list
|
|
@@ -672,8 +672,9 @@ int writeback_acquire(struct backing_dev_info *bdi)
|
|
|
|
|
|
/**
|
|
/**
|
|
* writeback_in_progress: determine whether there is writeback in progress
|
|
* writeback_in_progress: determine whether there is writeback in progress
|
|
- * against a backing device.
|
|
|
|
* @bdi: the device's backing_dev_info structure.
|
|
* @bdi: the device's backing_dev_info structure.
|
|
|
|
+ *
|
|
|
|
+ * Determine whether there is writeback in progress against a backing device.
|
|
*/
|
|
*/
|
|
int writeback_in_progress(struct backing_dev_info *bdi)
|
|
int writeback_in_progress(struct backing_dev_info *bdi)
|
|
{
|
|
{
|