[kernel] r9286 - dists/etch-security/linux-2.6/debian/patches/bugfix

Dann Frazier dannf at alioth.debian.org
Tue Aug 7 23:30:35 UTC 2007


Author: dannf
Date: Tue Aug  7 23:30:35 2007
New Revision: 9286

Log:
missed struct path adaption

Modified:
   dists/etch-security/linux-2.6/debian/patches/bugfix/random-fix-seeding-with-zero-entropy.patch

Modified: dists/etch-security/linux-2.6/debian/patches/bugfix/random-fix-seeding-with-zero-entropy.patch
==============================================================================
--- dists/etch-security/linux-2.6/debian/patches/bugfix/random-fix-seeding-with-zero-entropy.patch	(original)
+++ dists/etch-security/linux-2.6/debian/patches/bugfix/random-fix-seeding-with-zero-entropy.patch	Tue Aug  7 23:30:35 2007
@@ -69,7 +69,7 @@
 +	     size_t count, loff_t *ppos)
 +{
 +	size_t ret;
-+	struct inode *inode = file->f_path.dentry->d_inode;
++	struct inode *inode = file->f_dentry->d_inode;
 +
 +	ret = write_pool(&blocking_pool, buffer, count);
 +	if (ret)



More information about the Kernel-svn-changes mailing list