Re: [PATCH] Copy i_flags to ext3 inode flags on write (version 2)

2007-04-24 Thread Dave Kleikamp
On Tue, 2007-04-24 at 17:35 +0200, Jan Kara wrote: On Tue 24-04-07 10:14:37, Dave Kleikamp wrote: I think you need a call to ext3_get_inode_flags in one more place. In ext3_ioctl(), EXT3_IOC_SETFLAGS modifies the flags based on what is in ei-i_flags, so this code should make sure that

Re: [PATCH] Copy i_flags to ext3 inode flags on write (version 2)

2007-04-20 Thread Andrew Morton
On Tue, 17 Apr 2007 12:38:55 +0200 Jan Kara [EMAIL PROTECTED] wrote: attached is a second version of a patch that stores inode flags such as S_IMMUTABLE, S_APPEND, etc. from i_flags to EXT3_I(inode)-i_flags when inode is written to disk. The same thing is done on GETFLAGS ioctl. Quota

[PATCH] Copy i_flags to ext3 inode flags on write (version 2)

2007-04-17 Thread Jan Kara
Hi, attached is a second version of a patch that stores inode flags such as S_IMMUTABLE, S_APPEND, etc. from i_flags to EXT3_I(inode)-i_flags when inode is written to disk. The same thing is done on GETFLAGS ioctl. Quota code changes these flags on quota files (to make it harder for