commit | 346f4d3ce948a381a559dcaefb141d79f492335c | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 04 20:31:26 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:41 2006 +1100 |
tree | 47028cc77555850a235574b01e9a2eb398361074 | |
parent | 0106246594a05f02a6be6ee4695c7584c758fa7f [diff] |
[PATCH] spufs: dont leak directories in failed spu_create If get_unused_fd failed in sys_spu_create, we never cleaned up the created directory. Fix that by restructuring the error path. Noticed by Al Viro. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>