public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Two .rej files when patching from 2.6.8.1 to 2.6.9-rc1
@ 2004-08-26  1:31 Predrag Ivanovic
  2004-08-25 23:41 ` Felipe Alfaro Solana
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Predrag Ivanovic @ 2004-08-26  1:31 UTC (permalink / raw)
  To: linux kernel mailing list


Hi.

There are two .rej files when I patch 2.6.8.1 to 2.6.9-rc1
(I ran 'make mrproper' when I unpacked 2.6.8.1 tarball).
These are :
linux-2.6.9-rc1/Makefile.rej
-------------------------------------------
***************
*** 1,7 ****
  VERSION = 2
  PATCHLEVEL = 6
- SUBLEVEL = 8
- EXTRAVERSION =
  NAME=Zonked Quokka
  
  # *DOCUMENTATION*
--- 1,7 ----
  VERSION = 2
  PATCHLEVEL = 6
+ SUBLEVEL = 9
+ EXTRAVERSION = -rc1
  NAME=Zonked Quokka
  
  # *DOCUMENTATION*
-------------------------------------------
and linux-2.6.9-rc1/fs/nfs/file.c.rej.
------------------------------------------------
***************
*** 72,78 ****
  
  static int nfs_check_flags(int flags)
  {
- 	if (flags & (O_APPEND | O_DIRECT))
  		return -EINVAL;
  
  	return 0;
--- 74,80 ----
  
  static int nfs_check_flags(int flags)
  {
+ 	if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT))
  		return -EINVAL;
  
  	return 0;
***************
*** 89,95 ****
  	int res;
  
  	res = nfs_check_flags(filp->f_flags);
- 	if (!res)
  		return res;
  
  	lock_kernel();
--- 91,97 ----
  	int res;
  
  	res = nfs_check_flags(filp->f_flags);
+ 	if (res)
  		return res;
  
  	lock_kernel();
------------------------------------------------------------

HTH.
Pedja
LGOEG

-- 
 Give a man a match, and he'll be warm for a minute, but
 set him on fire, and he'll be warm for the rest of his life.

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

end of thread, other threads:[~2004-08-26 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26  1:31 Two .rej files when patching from 2.6.8.1 to 2.6.9-rc1 Predrag Ivanovic
2004-08-25 23:41 ` Felipe Alfaro Solana
2004-08-25 23:50 ` David S. Miller
2004-08-26 17:52   ` Predrag Ivanovic
2004-08-25 23:58 ` Dominik Karall
2004-08-26  0:51 ` Daniel Andersen

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