From: Mark Huang Date: Tue, 30 Nov 2004 16:44:08 +0000 (+0000) Subject: - merge revision 1.8 X-Git-Tag: after-CAN_2004_1016_1017_1068-merge~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c9ff64d29aa594fb0f42b4a35b365fe92d5c41ec;p=linux-2.6.git - merge revision 1.8 date: 2004/11/23 15:08:03; author: mlhuang; state: Exp; lines: +1 -1 - make sure that all extended attributes are passed properly to the inode structure --- diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 962aef215..7bc33d5f5 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c @@ -2474,7 +2474,7 @@ void ext3_set_inode_flags(struct inode *inode) { unsigned int flags = EXT3_I(inode)->i_flags; - inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC); + inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_IUNLINK|S_BARRIER|S_NOATIME|S_DIRSYNC); if (flags & EXT3_SYNC_FL) inode->i_flags |= S_SYNC; if (flags & EXT3_APPEND_FL)