File: comment_6_2a0120d6b586594cfd9baabbd6605373._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 6"""
 date="2015-02-09T18:41:23Z"
 content="""
Sorry about the delay getting back to this.. It's great you were able
to provide the strace.

I don't think that the ioctl is at fault. That seems to be something
that's done by the IO layer when opening a handle. It does not involve
locking.

Looks to me like the writes get buffered and it fails to flush to the SMB
server on close.
"""]]