rpms/kernel/devel linux-2.6.3-printopen.patch,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 23 00:04:26 UTC 2005


Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1549

Modified Files:
	linux-2.6.3-printopen.patch 
Log Message:
octal please


linux-2.6.3-printopen.patch:
 linux-2.6.11/fs/namei.c            |   12 ++++
 linux-2.6.11/fs/open.c             |   90 +++++++++++++++++++++++++------------
 linux-2999/fs/exec.c               |   10 ++++
 linux-2999/fs/namei.c              |    8 +++
 linux-2999/fs/open.c               |   11 ++++
 linux-2999/include/linux/jiffies.h |    2 
 6 files changed, 103 insertions(+), 30 deletions(-)

Index: linux-2.6.3-printopen.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.3-printopen.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- linux-2.6.3-printopen.patch	23 Mar 2005 00:03:03 -0000	1.17
+++ linux-2.6.3-printopen.patch	23 Mar 2005 00:04:23 -0000	1.18
@@ -196,7 +196,7 @@
 +						len+= sprintf(buf2+len, "%s", " O_LARGEFILE");
  
 -				printk(" ] mode: %x\n", mode);
-+					sprintf(buf2+len, " ] mode: %x\n", mode);
++					sprintf(buf2+len, " ] mode: %o\n", mode);
 +
 +					printk (KERN_ERR "%s\n", buf2);
 +				}




More information about the fedora-cvs-commits mailing list