From: Steve Dickson <SteveD@redhat.com>
To: nfs@lists.sourceforge.net
Subject: [PATCH] nfs-utils 1 of 10 - Removed sync warning on readonly exports
Date: Fri, 23 Sep 2005 10:44:13 -0400 [thread overview]
Message-ID: <433414BD.5080209@RedHat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
The following 10 patches are a result of bugs that were reported
to us and have been fixed in various Red Hat releases.
I'm hopeful that at least some of them will incorporated into
the SourceForge CVS tree....
steved.
[-- Attachment #2: nfs-utils-1.0.6-expwarn.patch --]
[-- Type: text/x-patch, Size: 610 bytes --]
Removed sync warning on readonly exports.
Signed-off-by: Steve Dickson <steved@redhat.com>
---------
--- src/support/nfs/exports.c.org 2003-08-06 01:19:42.000000000 -0400
+++ src/support/nfs/exports.c 2004-06-14 06:48:29.000000000 -0400
@@ -442,7 +442,7 @@ bad_option:
ep->e_nsqgids = nsqgids;
out:
- if (warn && !had_sync_opt)
+ if (warn && !had_sync_opt && !(ep->e_flags & NFSEXP_READONLY))
xlog(L_WARNING, "%s [%d]: No 'sync' or 'async' option specified for export \"%s:%s\".\n"
" Assuming default behaviour ('sync').\n"
" NOTE: this default has changed from previous versions\n",
next reply other threads:[~2005-09-23 14:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-23 14:44 Steve Dickson [this message]
2005-10-06 5:30 ` [PATCH] nfs-utils 1 of 10 - Removed sync warning on readonly exports Neil Brown
2005-10-06 13:45 ` Steve Dickson
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=433414BD.5080209@RedHat.com \
--to=steved@redhat.com \
--cc=nfs@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.