|
@@ -214,8 +214,6 @@ int cifs_posix_open(char *full_path, struct inode **pinode,
|
|
posix_flags |= SMB_O_EXCL;
|
|
posix_flags |= SMB_O_EXCL;
|
|
if (oflags & O_TRUNC)
|
|
if (oflags & O_TRUNC)
|
|
posix_flags |= SMB_O_TRUNC;
|
|
posix_flags |= SMB_O_TRUNC;
|
|
- if (oflags & O_APPEND)
|
|
|
|
- posix_flags |= SMB_O_APPEND;
|
|
|
|
if (oflags & O_SYNC)
|
|
if (oflags & O_SYNC)
|
|
posix_flags |= SMB_O_SYNC;
|
|
posix_flags |= SMB_O_SYNC;
|
|
if (oflags & O_DIRECTORY)
|
|
if (oflags & O_DIRECTORY)
|