mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: Martin Josefsson <gandalf@wlug.westbo.se>
Cc: linux-kernel@vger.kernel.org
Subject: problems with nfs-server in 2.5 bk as of 030115
Date: Mon, 20 Jan 2003 02:34:51 +0100	[thread overview]
Message-ID: <15915.21051.365166.964932@charged.uio.no> (raw)
In-Reply-To: <1043012373.7986.94.camel@tux.rsn.bth.se>

>>>>> " " == Martin Josefsson <gandalf@wlug.westbo.se> writes:

     > I've mounted the rpc_pipefs filesystem and the directory
     > portmap/clntcfac0540 is created. It's empty but created.  It
     > gets created with 500 as permissions.

Ah... Can this be the same problem as before? Try this...

Cheers,
  Trond

--- linux-2.5.59-00-fix/net/sunrpc/rpc_pipe.c.orig	2003-01-14 16:29:23.000000000 +0100
+++ linux-2.5.59-00-fix/net/sunrpc/rpc_pipe.c	2003-01-20 02:30:38.000000000 +0100
@@ -549,7 +549,7 @@
 {
 	struct inode *inode;
 
-	inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUSR | S_IXUSR);
+	inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO);
 	if (!inode)
 		goto out_err;
 	inode->i_ino = iunique(dir->i_sb, 100);

  parent reply	other threads:[~2003-01-20  1:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-19 21:39 Martin Josefsson
2003-01-19 22:05 ` Trond Myklebust
2003-01-19 22:50   ` Martin Josefsson
2003-01-19 23:22     ` Martin Josefsson
2003-01-19 23:24     ` Trond Myklebust
2003-01-20  0:17       ` Martin Josefsson
2003-01-20  1:00         ` Trond Myklebust
2003-01-20  1:17           ` Martin Josefsson
2003-01-20  1:20             ` Trond Myklebust
2003-01-20  1:26               ` Martin Josefsson
2003-01-20  1:34 ` Trond Myklebust [this message]
2003-01-20  1:50   ` Martin Josefsson
2003-01-20  2:01     ` Trond Myklebust
2003-01-20  2:17       ` Martin Josefsson

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=15915.21051.365166.964932@charged.uio.no \
    --to=trond.myklebust@fys.uio.no \
    --cc=gandalf@wlug.westbo.se \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®