author: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-05-12 07:45:42 -0300
committer: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-05-16 08:44:10 -0300
commit: 0117d4272b1acd151812abf4a6702fc7873e16ea
parent: 76d0d5d3136381e60bb8674d995f74bdb9085c2f
Commit Summary:
Diffstat:
1 file changed, 7 insertions, 5 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 63ee2940775c..8b426f83909f 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -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.
*