From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps Date: Sat, 11 Jun 2016 00:23:39 +0200 Message-ID: <3828814.bejVmX1kJo@wuerfel> References: <1465448705-25055-1-git-send-email-deepa.kernel@gmail.com> <1465448705-25055-5-git-send-email-deepa.kernel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1465448705-25055-5-git-send-email-deepa.kernel@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cluster-devel-bounces@redhat.com Errors-To: cluster-devel-bounces@redhat.com To: Deepa Dinamani , Mike Marshall , Nadia Yvette Chambers , Chao Yu , linux-nilfs@vger.kernel.org Cc: Latchesar Ionkov , Dave Kleikamp , jfs-discussion@lists.sourceforge.net, Michal Hocko , Matt Fleming , Firo Yang , Trond Myklebust , Alexei Starovoitov , David Howells , linux-efi@vger.kernel.org, selinux@tycho.nsa.gov, Eric Paris , Matthew Garrett , Jeff Layton , linux-f2fs-devel@lists.sourceforge.net, Sean Hefty , Ian Kent , linux-cifs@vger.kernel.org, Paul Moore , "David S. Miller" , y2038@lists.linaro.org, Anton Vorontsov , Hugh Dickins List-Id: linux-rdma@vger.kernel.org On Wednesday, June 8, 2016 10:04:48 PM CEST Deepa Dinamani wrote: > > Signed-off-by: Deepa Dinamani > Cc: Steve French > Cc: linux-cifs@vger.kernel.org > Cc: samba-technical@lists.samba.org > Cc: Joern Engel > Cc: Prasad Joshi > Cc: logfs@logfs.org > Cc: Andrew Morton > Cc: Julia Lawall > Cc: David Howells > Cc: Firo Yang > Cc: Jaegeuk Kim > Cc: Changman Lee > ... Hi Deepa, Just FYI, the vger.kernel.org list server and some others intentionally reject mails with more than 1024 characters in the Cc header, to stop people from cross-posting to too many folks. I realize that you merged the patch after Linus' comment about doing things in fewer steps for the simple conversion, which is fine, but then the patch should be obvious enough that you don't need to Cc every single maintainer and mailing list. I've had some cases like this, and I usually remove the people that are less likely to reply, leaving one per subsystem. Leaving out the cleartext names is another trick you can use if you think that you really need to Cc more people than allowed ;-) Arnd