commit | 3f51dd91c80746a5cf76f8c4a77bfc88aa82bb9e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 04 20:31:27 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:42 2006 +1100 |
tree | f92d9867e51a10b73a3f48fa3d65413f186ac733 | |
parent | 346f4d3ce948a381a559dcaefb141d79f492335c [diff] |
[PATCH] spufs: fix spufs_fill_dir error path If creating one entry failed in spufs_fill_dir, we never cleaned up the freshly created entries. Fix this by calling the cleanup function on error. Noticed by Al Viro. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>