From 29506526c0a5f1195948ae015d0a8235581489d2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Jun 2005 09:08:47 +0000 Subject: [PATCH] - update from HEAD --- lnet/libcfs/tracefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/libcfs/tracefile.c b/lnet/libcfs/tracefile.c index 66d4aeb..d54e1ae 100644 --- a/lnet/libcfs/tracefile.c +++ b/lnet/libcfs/tracefile.c @@ -405,7 +405,7 @@ int tracefile_dump_all_pages(char *filename) down_write(&tracefile_sem); filp = cfs_filp_open(filename, - O_CREAT|O_EXCL|O_WRONLY|O_LARGEFILE, 0600, &rc); + O_CREAT|O_EXCL|O_WRONLY|O_LARGEFILE, 0666, &rc); if (!filp) { printk(KERN_ERR "LustreError: can't open %s for dump: rc %d\n", filename, rc); -- 1.8.3.1