mirror of
https://git.yoctoproject.org/poky
synced 2026-09-08 12:49:32 +02:00
(From OE-Core rev: a0ae76f922816896bbdcd67dfa4e4f2b3e769184) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
427 B
Diff
21 lines
427 B
Diff
Upstream-Status: Inappropriate [other]
|
|
Upstream is not making further releases of this software.
|
|
|
|
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
|
|
|
# Patch origin: nfs-server source RPM from openSUSE 10.3
|
|
|
|
--- nfs-server/nfsd.c
|
|
+++ nfs-server/nfsd.c
|
|
@@ -1133,8 +1133,8 @@
|
|
}
|
|
}
|
|
|
|
- if (ncopies > 1)
|
|
- read_only = 1;
|
|
+ /* if (ncopies > 1)
|
|
+ read_only = 1; */
|
|
|
|
/*
|
|
* We first fork off a child and detach from tty
|