lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Aug 2009 09:51:30 -0700
From:	Mingming <cmm@...ibm.com>
To:	tytso@....edu
Cc:	linux-ext4@...r.kernel.org
Subject: [PATCH] compile fix for debuging delalloc patch

Fix compile errors when compiling ext4 patch queue unstable series..
Need to include smp_lock.h to able to add lock_kernel() call in ioctl.c


Signed-Off-By: Mingming Cao <cmm@...ibm.com>

Index: linux-2.6.31-rc4/fs/ext4/ioctl.c
===================================================================
--- linux-2.6.31-rc4.orig/fs/ext4/ioctl.c	2009-08-09 14:31:55.000000000 -0700
+++ linux-2.6.31-rc4/fs/ext4/ioctl.c	2009-08-09 14:32:08.000000000 -0700
@@ -15,6 +15,7 @@
 #include <linux/mount.h>
 #include <linux/file.h>
 #include <asm/uaccess.h>
+#include <linux/smp_lock.h>
 #include "ext4_jbd2.h"
 #include "ext4.h"
 


--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ