diff options
author | Jan Kara <jack@suse.cz> | 2013-03-29 15:39:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-12 09:18:08 -0700 |
commit | 06cc39593b0a9fed3f8ecbed6d30d8c3368ccbe0 (patch) | |
tree | b4eb94744084833d0b390b38ff8ede2a5c36da46 /mm/backing-dev.c | |
parent | 1ae92500b8c8b67f02071c38ee0d54701e036e59 (diff) | |
download | lwn-06cc39593b0a9fed3f8ecbed6d30d8c3368ccbe0.tar.gz lwn-06cc39593b0a9fed3f8ecbed6d30d8c3368ccbe0.zip |
reiserfs: Fix warning and inode leak when deleting inode with xattrs
commit 35e5cbc0af240778e61113286c019837e06aeec6 upstream.
After commit 21d8a15a (lookup_one_len: don't accept . and ..) reiserfs
started failing to delete xattrs from inode. This was due to a buggy
test for '.' and '..' in fill_with_dentries() which resulted in passing
'.' and '..' entries to lookup_one_len() in some cases. That returned
error and so we failed to iterate over all xattrs of and inode.
Fix the test in fill_with_dentries() along the lines of the one in
lookup_one_len().
Reported-by: Pawel Zawora <pzawora@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/backing-dev.c')
0 files changed, 0 insertions, 0 deletions