From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Tue, 17 Oct 2017 12:12:45 +0200 Subject: [Cluster-devel] [PATCH v2 00/15] make structure field, function arguments and structures const In-Reply-To: <1508167134-6243-1-git-send-email-bhumirks@gmail.com> References: <1508167134-6243-1-git-send-email-bhumirks@gmail.com> Message-ID: <20171017101245.GA4646@kroah.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Oct 16, 2017 at 05:18:39PM +0200, Bhumika Goyal wrote: > Make the ci_type field and some function arguments as const. After this > change, make config_item_type structures as const. > > * Changes in v2- Combine all the followup patches and the constification > patches into a series. Who do you want to take these patches? If you want, I can take them through my driver-core tree, which has done other configfs stuff like this in the past. thanks, greg k-h