From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH v2 4/7] per-cgroup tcp buffers control Date: Sun, 18 Sep 2011 16:42:34 -0300 Message-ID: <4E7649AA.40305@parallels.com> References: <1316051175-17780-1-git-send-email-glommer@parallels.com> <1316051175-17780-5-git-send-email-glommer@parallels.com> <20110917181132.GC1658@shutemov.name> <20110917183358.GB2783@moon> <20110918185806.GA28057@shutemov.name> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Cyrill Gorcunov , , , , , , , , , To: "Kirill A. Shutemov" Return-path: In-Reply-To: <20110918185806.GA28057@shutemov.name> Sender: owner-linux-mm@kvack.org List-Id: netdev.vger.kernel.org On 09/18/2011 03:58 PM, Kirill A. Shutemov wrote: > On Sat, Sep 17, 2011 at 10:33:58PM +0400, Cyrill Gorcunov wrote: >> On Sat, Sep 17, 2011 at 09:11:32PM +0300, Kirill A. Shutemov wrote: >>> On Wed, Sep 14, 2011 at 10:46:12PM -0300, Glauber Costa wrote: >>>> +int tcp_init_cgroup_fill(struct proto *prot, struct cgroup *cgrp, >>>> + struct cgroup_subsys *ss) >>>> +{ >>>> + prot->enter_memory_pressure = tcp_enter_memory_pressure; >>>> + prot->memory_allocated = memory_allocated_tcp; >>>> + prot->prot_mem = tcp_sysctl_mem; >>>> + prot->sockets_allocated = sockets_allocated_tcp; >>>> + prot->memory_pressure = memory_pressure_tcp; >>> >>> No fancy formatting, please. >>> >> >> What's wrong with having fancy formatting? It's indeed easier to read >> when members are assigned this way. It's always up to maintainer to >> choose what he prefers, but I see nothing wrong in such style (if only it >> doesn't break the style of the whole file). > > You have to remove this indenting if you'll reorganize code (e.g. move > part under if(...)). > IMO, it reduces code maintainability. > As I said, I don't care, so I'll change. But I have to say I disagree with your statement. It is a pack of assignments, so if you reorganize this code, two things can happen: 1) It is not moved to a new ident level -> It keeps being a pack of assignments, and you don't really need to change it. 2) It is moved to a new ident level -> You have to touch it anyway... -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org