blob: a4cf1f59c26cc9d7dfc04036ba0325bc919cf93f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|