NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/48797
The following reply was made to PR kern/48797; it has been noted by GNATS.
From: "Thomas Schmitt" <scdbackup%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/48797
Date: Fri, 09 May 2014 20:59:13 +0200
First omission detected: I forgot to adapt a comment.
--- sys/fs/cd9660/cd9660_node.c.patch_002 2014-05-09 18:51:16.000000000
+0000
+++ sys/fs/cd9660/cd9660_node.c 2014-05-09 18:52:11.000000000 +0000
@@ -443,7 +443,7 @@ isodirino(struct iso_directory_record *i
/* This is not only a file serial number, but also a message to
* cd9660_vfsops.c:cd9660_vget_internal() which computes this
* number back from ino_t by:
- * ip->iso_start = ino >> imp->im_bshift;
+ * ip->iso_start = CD9660_BLOCK_FROM_INO(ino, imp->im_bshift);
*/
ino = CD9660_COMPUTE_INO(isonum_733(isodir->extent) +
isonum_711(isodir->ext_attr_length),
Home |
Main Index |
Thread Index |
Old Index