s3: Remove a few unnecessary checks from the streams xattr module
authorTim Prouty <tprouty@samba.org>
Fri, 9 Jan 2009 01:20:14 +0000 (17:20 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Jan 2009 08:38:20 +0000 (09:38 +0100)
commit325e0a2237a12e801cb5a360070f628ef40ec157
tree8876a19855e996ad533e2ac0d2030d81bb700112
parent1a95b9b8ddf698553da1d767d8800c111db20ae8
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 b377bce1371553e4a9545092cfc8527925b57b67)
source/modules/vfs_streams_xattr.c