Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 21:02:53 GMT
From:      Aditya Sarawgi <truncs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165289 for review
Message-ID:  <200906262102.n5QL2rls081045@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165289

Change 165289 by truncs@aditya on 2009/06/26 21:01:57

	Fixed Typo.

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_alloc.c#15 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_alloc.c#15 (text+ko) ====

@@ -763,7 +763,7 @@
 		fs->e2fs_gd[cg].ext2bgd_ndirs++;
 	}
 	mark_buffer_dirty(bp);
-	unlock_buffer(DEVVP(ip));
+	unlock_super(DEVVP(ip));
 	return (cg * fs->e2fs.e2fs_ipg + ipref +1);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906262102.n5QL2rls081045>