The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* linux-next: manual merge of the ext3 tree with the cifs tree
@ 2009-11-25  3:06 Stephen Rothwell
  2009-11-25  8:50 ` Jan Kara
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2009-11-25  3:06 UTC (permalink / raw)
  To: Jan Kara
  Cc: linux-next, linux-kernel, Christoph Hellwig, Andrew Morton,
	Steve French, Jeff Layton

Hi Jan,

Today's linux-next merge of the ext3 tree got a conflict in fs/cifs/dir.c
between commit cea62343956c24452700c06cf028b72414c58a74 ("[CIFS]
Duplicate data on appending to some Samba servers") from the cifs tree
and commit 618903228b94b67a1d04634a83ea9cdb99c09e37 ("vfs: Implement
proper O_SYNC semantics") from the ext3 tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc fs/cifs/dir.c
index 1f42f77,f1fe5cb..0000000
--- a/fs/cifs/dir.c
+++ b/fs/cifs/dir.c
@@@ -214,7 -214,10 +214,8 @@@ int cifs_posix_open(char *full_path, st
  		posix_flags |= SMB_O_EXCL;
  	if (oflags & O_TRUNC)
  		posix_flags |= SMB_O_TRUNC;
- 	if (oflags & O_SYNC)
 -	if (oflags & O_APPEND)
 -		posix_flags |= SMB_O_APPEND;
+ 	/* be safe and imply O_SYNC for O_DSYNC */
+ 	if (oflags & O_DSYNC)
  		posix_flags |= SMB_O_SYNC;
  	if (oflags & O_DIRECTORY)
  		posix_flags |= SMB_O_DIRECTORY;

^ permalink raw reply	[flat|nested] 5+ messages in thread
* linux-next: manual merge of the ext3 tree with the cifs tree
@ 2010-05-12  0:13 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-12  0:13 UTC (permalink / raw)
  To: Jan Kara
  Cc: linux-next, linux-kernel, Joe Perches, Christoph Hellwig,
	Steve French, linux-cifs-client

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

Hi Jan,

Today's linux-next merge of the ext3 tree got a conflict in
fs/cifs/cifsfs.c between commit b6b38f704a8193daba520493ebdaf7e819962fc8
("[CIFS] Neaten cERROR and cFYI macros, reduce text space") from the cifs
tree and commit 31bb95a8175db36ed4772008a7e81014765bb782 ("cifs: drop
quota operation stubs") from the ext3 tree.

The latter removes some of the code that the former modifies.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-12  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25  3:06 linux-next: manual merge of the ext3 tree with the cifs tree Stephen Rothwell
2009-11-25  8:50 ` Jan Kara
2009-11-25  9:04   ` Stephen Rothwell
2009-11-25 15:23     ` Eric Paris
  -- strict thread matches above, loose matches on Subject: below --
2010-05-12  0:13 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox