Linux-Next discussions
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Al Viro <viro@ZenIV.linux.org.uk>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: linux-next: manual merge of the bkl-config tree with the staging-next tree
Date: Wed, 6 Oct 2010 14:43:42 +1100	[thread overview]
Message-ID: <20101006144342.6da4a30b.sfr@canb.auug.org.au> (raw)

Hi Arnd,

Today's linux-next merge of the bkl-config tree got a conflict in
fs/compat_ioctl.c between commit 2116b7a473bf1c8d26998b477c294e7fe294921f
("smbfs: move to drivers/staging") from the staging-next tree and commit
b9abbb0214fbdbdf36fc0edebd4b1adb7ddb3a12 ("fix rawctl compat ioctls
breakage on amd64 and itanic") from the bkl-config 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/compat_ioctl.c
index 34cf03c,d0ad09d..0000000
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@@ -1242,9 -1199,8 +1179,6 @@@ COMPATIBLE_IOCTL(SOUND_MIXER_PRIVATE5
  COMPATIBLE_IOCTL(SOUND_MIXER_GETLEVELS)
  COMPATIBLE_IOCTL(SOUND_MIXER_SETLEVELS)
  COMPATIBLE_IOCTL(OSS_GETVERSION)
- /* Raw devices */
- COMPATIBLE_IOCTL(RAW_SETBIND)
- COMPATIBLE_IOCTL(RAW_GETBIND)
 -/* SMB ioctls which do not need any translations */
 -COMPATIBLE_IOCTL(SMB_IOC_NEWCONN)
  /* Watchdog */
  COMPATIBLE_IOCTL(WDIOC_GETSUPPORT)
  COMPATIBLE_IOCTL(WDIOC_GETSTATUS)
@@@ -1501,11 -1457,11 +1435,7 @@@ static long do_ioctl_trans(int fd, unsi
  	case MTIOCGET32:
  	case MTIOCPOS32:
  		return mt_ioctl_trans(fd, cmd, argp);
- 	/* Raw devices */
- 	case RAW_SETBIND:
- 	case RAW_GETBIND:
- 		return raw_ioctl(fd, cmd, argp);
  #endif
 -	/* One SMB ioctl needs translations. */
 -#define SMB_IOC_GETMOUNTUID_32 _IOR('u', 1, compat_uid_t)
 -	case SMB_IOC_GETMOUNTUID_32:
 -		return do_smb_getmountuid(fd, cmd, argp);
  	/* Serial */
  	case TIOCGSERIAL:
  	case TIOCSSERIAL:

                 reply	other threads:[~2010-10-06  3:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101006144342.6da4a30b.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=viro@ZenIV.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox