search for: 2f131c14

Displaying 2 results from an estimated 2 matches for "2f131c14".

Did you mean: 20131114
2018 Feb 02
1
Does samba support fsync() a directory?
...ease do not bother me with HTML-email or attachments. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.samba.org/pipermail/samba/attachments/20180202/2f131c14/signature.sig>
2018 Feb 02
4
Does samba support fsync() a directory?
Hi group: I need some help! I use samba 4.5.8 And I mount a samba directory from CentOS 7. When I run such program in the mounted directory: ``` #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <fcntl.h> #include <string.h> int main() { printf("open aaa\n"); int fd = open("aaa", O_RDONLY |