From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tzvetelin Katchov Subject: [PATCH 1/1] fs: 9p: cache.h: Add #define of include guard Date: Wed, 7 Oct 2015 20:15:21 -0400 Message-ID: <5615B599.5020205@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-qk0-f175.google.com ([209.85.220.175]:34586 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbbJHAPR (ORCPT ); Wed, 7 Oct 2015 20:15:17 -0400 Received: by qkdo1 with SMTP id o1so3858703qkd.1 for ; Wed, 07 Oct 2015 17:15:16 -0700 (PDT) Received: from [192.168.1.105] (d4-50-145-60.try.wideopenwest.com. [50.4.60.145]) by smtp.gmail.com with ESMTPSA id 89sm17409256qgf.43.2015.10.07.17.15.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 17:15:16 -0700 (PDT) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The include file was intended to have an include guard, but the #define part is missing. Signed-off-by: Tzvetelin Katchov --- fs/9p/cache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/9p/cache.h b/fs/9p/cache.h --- a/fs/9p/cache.h +++ b/fs/9p/cache.h @@ -21,6 +21,7 @@ */ #ifndef _9P_CACHE_H +#define _9P_CACHE_H #ifdef CONFIG_9P_FSCACHE #include #include