Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933775Ab3CMPS5 (ORCPT ); Wed, 13 Mar 2013 11:18:57 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:45247 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932995Ab3CMPSz (ORCPT ); Wed, 13 Mar 2013 11:18:55 -0400 MIME-Version: 1.0 X-Originating-IP: [188.6.195.195] In-Reply-To: References: <1363184193-1796-1-git-send-email-miklos@szeredi.hu> Date: Wed, 13 Mar 2013 16:18:53 +0100 Message-ID: Subject: Re: [PATCH 0/9] overlay filesystem: request for inclusion (v17) From: Miklos Szeredi To: sedat.dilek@gmail.com Cc: viro@zeniv.linux.org.uk, torvalds@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, hch@infradead.org, akpm@linux-foundation.org, apw@canonical.com, nbd@openwrt.org, neilb@suse.de, jordipujolp@gmail.com, ezk@fsl.cs.sunysb.edu, dhowells@redhat.com, sedat.dilek@googlemail.com, hooanon05@yahoo.co.jp, mszeredi@suse.cz Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 23 > Looks like this is missing (or intended?): > > diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c > index 482c26f..f23ebfc 100644 > --- a/fs/overlayfs/super.c > +++ b/fs/overlayfs/super.c > @@ -684,3 +684,6 @@ static void __exit ovl_exit(void) > > module_init(ovl_init); > module_exit(ovl_exit); > +MODULE_DESCRIPTION("overlayfs v17: provides overlay-filesystem functionality"); > +MODULE_AUTHOR("Miklos Szeredi "); > +MODULE_LICENSE("GPL"); No, it *is* already in there. Thanks, Miklos -- 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/