2000-12-16 13:07:26

by Jani Monoses

[permalink] [raw]
Subject: inode.c inline doc fix


Hi Linus,

this adds (hopefully correct) documentation to the newly
intorduced flags parameter in mark_inode_dirty.


--- /usr/src/linux/fs/inode.c Tue Dec 12 11:25:55 2000
+++ inode.c Sat Dec 16 14:38:25 2000
@@ -125,8 +125,9 @@
/**
* __mark_inode_dirty - internal function
* @inode: inode to mark
- *
- * Mark an inode as dirty. Callers should use mark_inode_dirty.
+ * @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.
*/

void __mark_inode_dirty(struct inode *inode, int flags)