From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] fs.h: introduce functions to get/set file->private_data Date: Mon, 16 Aug 2010 19:17:53 -0400 Message-ID: <20100816231753.GA16546@infradead.org> References: <201008161137.53187.hartleys@visionengravers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel , linux-fsdevel@vger.kernel.org, matthew@wil.cx To: H Hartley Sweeten Return-path: Content-Disposition: inline In-Reply-To: <201008161137.53187.hartleys@visionengravers.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Aug 16, 2010 at 11:37:52AM -0700, H Hartley Sweeten wrote: > The symbol 'private_data' is commonly used and makes grep'ing for > specific uses difficult. Introduce the wrapper functions file_get_privdata > and file_set_privdata to help with the struct file uses. This just obsfucates the code, NAK.