summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-04-28 20:25:15 +0000
committerjhb <jhb@FreeBSD.org>2011-04-28 20:25:15 +0000
commit675b94ce82840162331344af870e7ddd113844d2 (patch)
treea7019a64635d714c32de1823f3797b31163da21e /sys/fs
parentc7e5cfecdaa26ee127acbd31a4e9d847a998d0f7 (diff)
downloadFreeBSD-src-675b94ce82840162331344af870e7ddd113844d2.zip
FreeBSD-src-675b94ce82840162331344af870e7ddd113844d2.tar.gz
Update a comment since ext2fs does not use SU.
Reviewed by: kib
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_readwrite.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/ext2fs/ext2_readwrite.c b/sys/fs/ext2fs/ext2_readwrite.c
index 9ed6d9f..87c9349 100644
--- a/sys/fs/ext2fs/ext2_readwrite.c
+++ b/sys/fs/ext2fs/ext2_readwrite.c
@@ -164,9 +164,9 @@ READ(ap)
if (ioflag & (IO_VMIO|IO_DIRECT)) {
/*
- * If there are no dependencies, and it's VMIO,
- * then we don't need the buf, mark it available
- * for freeing. The VM has the data.
+ * If it's VMIO or direct I/O, then we don't
+ * need the buf, mark it available for
+ * freeing. If it's VMIO, the VM has the data.
*/
bp->b_flags |= B_RELBUF;
brelse(bp);
OpenPOWER on IntegriCloud