Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935128AbZLGNyV (ORCPT ); Mon, 7 Dec 2009 08:54:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935107AbZLGNyS (ORCPT ); Mon, 7 Dec 2009 08:54:18 -0500 Received: from ey-out-2122.google.com ([74.125.78.24]:10148 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935088AbZLGNyR (ORCPT ); Mon, 7 Dec 2009 08:54:17 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=U7AchlbVNOKGQ1e3sLEvJDzDPgM++URmZ+YCVE7fAIWpX4rUqjAY4rVmL3qjJgPuuh mclOjC3dN91BmhANogvA8GManB7/x3nLjzMBsi+zdmOX/lcc9OAi1m1T1OohEfPtzoxi BFyVbUO1V3Gl18NQBvDuvPYKvEq1Ns2exqpFE= From: root To: linux-kernel@vger.kernel.org Cc: linux-ext4@vger.kernel.org, Manish Katiyar , Jan Kara , Andrew Morton , Christoph Hellwig , Al Viro , Corentin Chary Subject: [PATCH] fix ext2 parse_options printk Date: Mon, 7 Dec 2009 15:01:00 +0100 Message-Id: <1260194461-8937-1-git-send-email-jeremy.cochoy@gmail.com> X-Mailer: git-send-email 1.5.6.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 651 Lines: 14 Hello, I added KERN_* prexif in some log message. I choose KERN_NOTICE for message who looks something the user might be warned, because it isn't really a warning but it's something he should know. I chose KERN_INFO for 2 elements which are what the user asked to be. Tell me if there is any problem with my choices (or i make any mistake while sending you this patch) or anything else :) Best regars, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/