|
@@ -2052,11 +2052,13 @@ static noinline void block_dump___mark_inode_dirty(struct inode *inode)
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * __mark_inode_dirty - internal function
|
|
|
- * @inode: inode to mark
|
|
|
- * @flags: what kind of dirty (i.e. I_DIRTY_SYNC)
|
|
|
- * Mark an inode as dirty. Callers should use mark_inode_dirty or
|
|
|
- * mark_inode_dirty_sync.
|
|
|
+ * __mark_inode_dirty - internal function
|
|
|
+ *
|
|
|
+ * @inode: inode to mark
|
|
|
+ * @flags: what kind of dirty (i.e. I_DIRTY_SYNC)
|
|
|
+ *
|
|
|
+ * Mark an inode as dirty. Callers should use mark_inode_dirty or
|
|
|
+ * mark_inode_dirty_sync.
|
|
|
*
|
|
|
* Put the inode on the super block's dirty list.
|
|
|
*
|