commit | ceb5edc457f07956c82dccfb54ca8ae7e2a399f0 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Sun May 17 01:02:02 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 17 11:45:45 2009 -0700 |
tree | 0b58e5a5e359090e47583ec0b49e7b29af0b2179 | |
parent | 12abb35a03e32c97235fcefdcf2d851be9f82dc2 [diff] |
reiserfs: deal with NULL xattr root w/ xattrs disabled This avoids an Oops in open_xa_root that can occur when deleting a file with xattrs disabled. It assumes that the xattr root will be there, and that is not guaranteed. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>