diff --git a/[refs] b/[refs] index 61ab879879e0..18a1bc156df7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e6c0332d5032aef2d3bc8f41771f999112c8c66 +refs/heads/master: cea62343956c24452700c06cf028b72414c58a74 diff --git a/trunk/fs/cifs/dir.c b/trunk/fs/cifs/dir.c index 32771f581b67..d3a6b07e3355 100644 --- a/trunk/fs/cifs/dir.c +++ b/trunk/fs/cifs/dir.c @@ -214,8 +214,6 @@ int cifs_posix_open(char *full_path, struct inode **pinode, posix_flags |= SMB_O_EXCL; if (oflags & O_TRUNC) posix_flags |= SMB_O_TRUNC; - if (oflags & O_APPEND) - posix_flags |= SMB_O_APPEND; if (oflags & O_SYNC) posix_flags |= SMB_O_SYNC; if (oflags & O_DIRECTORY)