[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070416170504.GH25785@atrey.karlin.mff.cuni.cz>
Date: Mon, 16 Apr 2007 19:05:04 +0200
From: Jan Kara <jack@...e.cz>
To: linux-ext4@...r.kernel.org
Subject: [PATCH] Copy i_flags to ext3 inode flags on write
Hello,
attached is 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...).
If people agree that this patch is fine, I can also rediff it for
ext4.
Honza
--
Jan Kara <jack@...e.cz>
SuSE CR Labs
View attachment "ext3-2.6.21-rc6-propagate_flags.diff" of type "text/plain" (2227 bytes)
Powered by blists - more mailing lists