summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse/fixrst.diff
diff options
context:
space:
mode:
author Matteo Bernardini2020-04-24 13:43:20 +0200
committer Matteo Bernardini2020-04-24 13:43:20 +0200
commit5002997e7b6f27fdd45f06fe15586c71d5620e31 (patch)
tree5ebef2795dc0c1e0d1ebd0ee910fc7eb5a57273c /network/sshfs-fuse/fixrst.diff
parent19d21e0644ebff62d23b90dadba1e3409a56589d (diff)
downloadslackbuilds-current-20200424.1.tar.gz
20200424.1 global branch merge.current-20200424.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse/fixrst.diff')
-rw-r--r--network/sshfs-fuse/fixrst.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/network/sshfs-fuse/fixrst.diff b/network/sshfs-fuse/fixrst.diff
deleted file mode 100644
index 4bf148f5d5..0000000000
--- a/network/sshfs-fuse/fixrst.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-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