From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexander G. M. Smith" Subject: Re: using of XATTRs instead of pseudo files for accessing reiser4 =?us-ascii?q?file?= attributes. Date: Mon, 05 Apr 2004 18:41:45 -0400 EDT Message-ID: <38261445506-BeMail@cr593174-a> References: <1081169185.3548.373.camel@watt.suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <1081169185.3548.373.camel@watt.suse.com> List-Id: To: reiserfs-list@namesys.com Cc: Chris Mason Chris Mason wrote on Mon, 05 Apr 2004 08:46:26 -0400: > xattrs are the current linux api, you'll make it much easier for people > to use reiser4 by supporting it (in addition to whatever new and cool > API you develop). One of the big points is to cut down on the number of APIs and gain in saved effort. Listing attributes? Just use good old ReadDir(). With a common name space, you can use grep and other well developed tools to deal with attributes. And so on. - Alex