Re: [PATCH 1/8] remove ia_attr_flags

2005-08-24 Thread Christoph Hellwig
On Tue, Aug 23, 2005 at 10:24:30PM +0200, Miklos Szeredi wrote: > Remove unused ia_attr_flags from struct iattr, and related defines. I had actually planned to make use of this, by adding a common helper for the ext2-style file flags ioctl so all the checking is moved outside the filesystems. OTO

[PATCH 1/8] remove ia_attr_flags

2005-08-23 Thread Miklos Szeredi
Remove unused ia_attr_flags from struct iattr, and related defines. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> Index: linux/fs/hostfs/hostfs.h === --- linux.orig/fs/hostfs/hostfs.h 2005-08-19 14:13:47.0 +0200 +++