s3: Remove a few unnecessary checks from the streams xattr module
commit3ab393efc9be444de6f4fda5b08a6f8aa3a03af1
authorTim Prouty <tprouty@samba.org>
Fri, 9 Jan 2009 01:20:14 +0000 (8 17:20 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Jan 2009 08:40:05 +0000 (28 09:40 +0100)
tree8a777765f19253813750e7a67ccb3711473d5d23
parentd540149c43d85d8c8a05f4d4a435dd55b440c290
s3: Remove a few unnecessary checks from the streams xattr module

Handling of error codes when renaming a file to a stream and a stream
to a file is now done in rename_internals_fsp.

The NTRENAME stream path only passes in the stream name, so the new
base can now be different from the old base.
(cherry picked from commit 078c4fbab8a5be2e23acda1978fd6d6071898dd9)
source/modules/vfs_streams_xattr.c