commit | 45db9240890d9343c934db1fe82d6e68ac2d28da | [log] [tgz] |
---|---|---|
author | Jan Blunck <jblunck@suse.de> | Wed May 13 05:58:56 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 21 15:44:25 2009 +1000 |
tree | c9e3f0cbec4997df460842cf46029ac156eca3db | |
parent | 8d165db10772f238103c3e8f955c54145e5c07f3 [diff] |
powerpc/spufs: Remove double check for non-negative dentry This patch removes an unnecessary double check if the dentry returned by lookup_create() is actually non-negative. Since lookup_create() itself returns an error in this case just remove the check. Signed-off-by: Jan Blunck <jblunck@suse.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>