Codebase list gfarm2fs / 08d9248
New upstream release + changelog summary Dmitry Smirnov 3 years ago
3 changed file(s) with 16 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 gfarm2fs (1.2.14-1) UNRELEASED; urgency=medium
1
2 FIXME: https://github.com/oss-tsukuba/gfarm2fs/issues/7
3
4 * New upstream release.
5 * Watch file to track releases on GitHub.
6 * Rules-Requires-Root: no.
7 * Updated Homepage URL.
8 * DH to version 13.
9
10 -- Dmitry Smirnov <onlyjob@debian.org> Tue, 12 Jan 2021 06:55:57 +1100
11
012 gfarm2fs (1.2.13-1) unstable; urgency=medium
113
214 * New upstream release.
77
88 --- a/gfarm2fs.c
99 +++ b/gfarm2fs.c
10 @@ -17,8 +17,13 @@
11 #include <fcntl.h>
12 #include <errno.h>
10 @@ -20,8 +20,13 @@
1311 #include <stddef.h>
1412 #include <limits.h>
13 #include <pthread.h>
14 #include <assert.h>
1515 +/* On Debian/kFreeBSD, the xattr syscalls are just stubbed out anyway.
1616 + Disable using them. See #607573 and #619677 */
1717 +#ifdef __FreeBSD_kernel__
1616 \fB-o ncopy=\fIN\fB\fR
1717 specify the number of copies automatically created
1818 when a file is created. default is 0, which means
19 @@ -61,9 +61,9 @@
19 @@ -71,9 +71,9 @@
2020 specify the maximum GID automatically assigned.
2121
2222 .SH "FUSE OPTIONS"