blob: 65b0b9eee5e06d422aef3c66a2fb02339058f595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|