]> git.neil.brown.name Git - history.git/commitdiff
[XFS] fix an out-of-date comment
authorChristoph Hellwig <hch@sgi.com>
Fri, 20 Dec 2002 22:04:02 +0000 (23:04 +0100)
committerChristoph Hellwig <hch@sgi.com>
Fri, 20 Dec 2002 22:04:02 +0000 (23:04 +0100)
SGI Modid: 2.5.x-xfs:slinx:135307a

fs/xfs/xfs_iget.c

index ff4cc2582bc2b22a3c20e6e05ae9b870418e98df..ec85ad223f9d5f69633a1bc22ec5d29a7e21d6a0 100644 (file)
@@ -246,9 +246,7 @@ finish_inode:
 
        /*
         * Read the disk inode attributes into a new inode structure and get
-        * a new vnode for it.  Initialize the inode lock so we can idestroy
-        * it soon if it's a dup.  This should also initialize i_ino, i_bno,
-        * i_mount, and i_index.
+        * a new vnode for it. This should also initialize i_ino and i_mount.
         */
        error = xfs_iread(mp, tp, ino, &ip, bno);
        if (error) {