aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2014-04-02 14:40:26 -0400
committerJan Kara <jack@suse.cz>2014-04-03 00:06:14 +0200
commit01d8885785a60ae8f4c37b0ed75bdc96d0fc6a44 (patch)
tree212ac3940dc154fc2cffe0917c18e15e6e685ee3 /fs/ext3/super.c
parentext2: acl: remove unneeded include of linux/capability.h (diff)
downloadlinux-dev-01d8885785a60ae8f4c37b0ed75bdc96d0fc6a44.tar.xz
linux-dev-01d8885785a60ae8f4c37b0ed75bdc96d0fc6a44.zip
reiserfs: fix race in readdir
jdm-20004 reiserfs_delete_xattrs: Couldn't delete all xattrs (-2) The -ENOENT is due to readdir calling dir_emit on the same entry twice. If the dir_emit callback sleeps and the tree is changed underneath us, we won't be able to trust deh_offset(deh) anymore. We need to save next_pos before we might sleep so we can find the next entry. CC: stable@vger.kernel.org Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext3/super.c')
0 files changed, 0 insertions, 0 deletions