linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] quota: remove obsolete comments in fs/quota/Makefile
@ 2009-04-07 16:10 Christoph Hellwig
  2009-04-08 15:27 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2009-04-07 16:10 UTC (permalink / raw)
  To: jack; +Cc: linux-kernel

Get rid of useless comments and the equally useless obj-y
initialization.


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/fs/quota/Makefile
===================================================================
--- linux-2.6.orig/fs/quota/Makefile	2009-04-05 17:50:41.785445246 +0200
+++ linux-2.6/fs/quota/Makefile	2009-04-05 17:50:49.686570459 +0200
@@ -1,12 +1,3 @@
-#
-# Makefile for the Linux filesystems.
-#
-# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
-# Rewritten to use lists instead of if-statements.
-#
-
-obj-y :=
-
 obj-$(CONFIG_QUOTA)		+= dquot.o
 obj-$(CONFIG_QFMT_V1)		+= quota_v1.o
 obj-$(CONFIG_QFMT_V2)		+= quota_v2.o

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] quota: remove obsolete comments in fs/quota/Makefile
  2009-04-07 16:10 [PATCH] quota: remove obsolete comments in fs/quota/Makefile Christoph Hellwig
@ 2009-04-08 15:27 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2009-04-08 15:27 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-kernel

On Tue 07-04-09 18:10:06, Christoph Hellwig wrote:
> Get rid of useless comments and the equally useless obj-y
> initialization.
> 
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
  Merged. Thanks.

								Honza

> Index: linux-2.6/fs/quota/Makefile
> ===================================================================
> --- linux-2.6.orig/fs/quota/Makefile	2009-04-05 17:50:41.785445246 +0200
> +++ linux-2.6/fs/quota/Makefile	2009-04-05 17:50:49.686570459 +0200
> @@ -1,12 +1,3 @@
> -#
> -# Makefile for the Linux filesystems.
> -#
> -# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
> -# Rewritten to use lists instead of if-statements.
> -#
> -
> -obj-y :=
> -
>  obj-$(CONFIG_QUOTA)		+= dquot.o
>  obj-$(CONFIG_QFMT_V1)		+= quota_v1.o
>  obj-$(CONFIG_QFMT_V2)		+= quota_v2.o
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-08 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 16:10 [PATCH] quota: remove obsolete comments in fs/quota/Makefile Christoph Hellwig
2009-04-08 15:27 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).