[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070417103855.GB11815@duck.suse.cz>
Date: Tue, 17 Apr 2007 12:38:55 +0200
From: Jan Kara <jack@...e.cz>
To: akpm@...l.org
Cc: linux-ext4@...r.kernel.org
Subject: [PATCH] Copy i_flags to ext3 inode flags on write (version 2)
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
sysadmin to screw himself) and these changes were not correctly
propagated into the filesystem (especially, lsattr did not show them and
users were wondering...). Andrew, could you please put the patch into your
queue? Thanks.
Honza
--
Jan Kara <jack@...e.cz>
SuSE CR Labs
View attachment "ext3-2.6.21-rc6-propagate_flags.diff" of type "text/x-patch" (2844 bytes)
Powered by blists - more mailing lists