From ebb5f0b11b9fb26ca791ddf80ec1222c718f4cb7 Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 24 Nov 2009 22:49:37 +0000 Subject: [PATCH] --- yaml --- r: 169003 b: refs/heads/master c: cea62343956c24452700c06cf028b72414c58a74 h: refs/heads/master i: 169001: d39e8ff377235be2302c3a12e831b831f6a8cac0 168999: 566ece438acdb4183d53985076f7c5df6878982d v: v3 --- [refs] | 2 +- trunk/fs/cifs/dir.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)