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
| ||
|
Message-Id: <1353323842-32283-1-git-send-email-sachin.kamat@linaro.org> Date: Mon, 19 Nov 2012 16:47:22 +0530 From: Sachin Kamat <sachin.kamat@...aro.org> To: linux-ext4@...r.kernel.org Cc: tytso@....edu, adilger.kernel@...ger.ca, sachin.kamat@...aro.org, patches@...aro.org Subject: [PATCH 1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c ext4_extents.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org> --- fs/ext4/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index ad6cd8a..c8a6138 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -50,7 +50,6 @@ #include "xattr.h" #include "acl.h" #include "mballoc.h" -#include "ext4_extents.h" #define CREATE_TRACE_POINTS #include <trace/events/ext4.h> -- 1.7.4.1 -- 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