summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse/fixrst.diff
diff options
context:
space:
mode:
author B. Watson2020-01-01 10:23:30 +0100
committer Robby Workman2020-01-03 09:06:16 +0100
commit764e77de3c520f76466d2eb184049356617df4e5 (patch)
tree5652567d54f228d5932c4fef0dda39d4d4869ea6 /network/sshfs-fuse/fixrst.diff
parentf0424e1e0505428c6252a46c58f737bc9341b595 (diff)
downloadslackbuilds-764e77de3c520f76466d2eb184049356617df4e5.tar.gz
network/sshfs-fuse: Updated for version 3.6.0, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse/fixrst.diff')
-rw-r--r--network/sshfs-fuse/fixrst.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/network/sshfs-fuse/fixrst.diff b/network/sshfs-fuse/fixrst.diff
new file mode 100644
index 0000000000..4bf148f5d5
--- /dev/null
+++ b/network/sshfs-fuse/fixrst.diff
@@ -0,0 +1,22 @@
+diff -Naur sshfs-3.6.0/sshfs.rst sshfs-3.6.0.patched/sshfs.rst
+--- sshfs-3.6.0/sshfs.rst 2019-11-03 04:34:29.000000000 -0500
++++ sshfs-3.6.0.patched/sshfs.rst 2020-01-01 03:49:22.746410220 -0500
+@@ -205,13 +205,11 @@
+ -o direct_io
+ This option disables the use of page cache (file content cache) in
+ the kernel for this filesystem.
+- This has several affects:
+- 1. Each read() or write() system call will initiate one or more read or
+- write operations, data will not be cached in the kernel.
+- 2. The return value of the read() and write() system calls will correspond
+- to the return values of the read and write operations. This is useful
+- for example if the file size is not known in advance (before reading it).
+- e.g. /proc filesystem
++ This has several effects:
++
++ 1. Each read() or write() system call will initiate one or more read or write operations, data will not be cached in the kernel.
++
++ 2. The return value of the read() and write() system calls will correspond to the return values of the read and write operations. This is useful for example if the file size is not known in advance (before reading it). e.g. /proc filesystem
+
+ In addition, SSHFS accepts several options common to all FUSE file
+ systems. These are described in the `mount.fuse` manpage (look