From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753479AbaEDA56 (ORCPT ); Sat, 3 May 2014 20:57:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58596 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbaEDA55 (ORCPT ); Sat, 3 May 2014 20:57:57 -0400 Date: Sat, 3 May 2014 19:29:45 -0400 From: Greg Kroah-Hartman To: Oleg Drokin Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger Subject: Re: [PATCH] staging/lustre: Replace jobid acquiring with per node setting Message-ID: <20140503232945.GA15714@kroah.com> References: <1398651712-5015-1-git-send-email-green@linuxhacker.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398651712-5015-1-git-send-email-green@linuxhacker.ru> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 27, 2014 at 10:21:52PM -0400, Oleg Drokin wrote: > Insted of meddling directly in process environment variables > (which is also not possible on certain platforms due to not exported > symbols), create jobid_name proc file to represent this info > (to be filled by job scheduler epilogue). That looks better, but what are you going to do about getting rid of all of these proc files? Just move them all at once? I really don't like the idea of adding new ones, and want a plan for what you all are going to do here moving forward. I'll take this for now, as it is better than what you are doing with the environment variables... thanks, greg k-h