mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
16 lines
273 B
Diff
16 lines
273 B
Diff
# 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
|