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)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to