linux/fs/ext4
Tao Ma b22b1f178f ext4: don't set i_flags in EXT4_IOC_SETFLAGS
Commit 7990696 uses the ext4_{set,clear}_inode_flags() functions to
change the i_flags automatically but fails to remove the error setting
of i_flags.  So we still have the problem of trashing state flags.
Fix this by removing the assignment.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
2012-06-07 19:04:19 -04:00
..
acl.c
acl.h
balloc.c ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg 2012-06-07 18:56:06 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
ext4.h Ext4 updates for 3.5 2012-06-01 10:12:15 -07:00
extents.c ext4: hole-punch use truncate_pagecache_range 2012-06-01 00:15:28 -04:00
file.c ext4: use consistent ssize_t type in ext4_file_write() 2012-05-28 18:06:51 -04:00
fsync.c
hash.c
ialloc.c Ext4 updates for 3.5 2012-06-01 10:12:15 -07:00
indirect.c
inode.c Ext4 updates for 3.5 2012-06-01 10:12:15 -07:00
ioctl.c ext4: don't set i_flags in EXT4_IOC_SETFLAGS 2012-06-07 19:04:19 -04:00
Kconfig
Makefile
mballoc.c ext4: remove mb_groups before tearing down the buddy_cache 2012-05-31 23:52:14 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c Ext4 updates for 3.5 2012-06-01 10:12:15 -07:00
page-io.c
resize.c
super.c Ext4 updates for 3.5 2012-06-01 10:12:15 -07:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h