linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fuse fgetattr() Not Being Called By fstat()
@ 2016-07-18 12:34 Alex Richman
  2016-07-18 13:17 ` Stef Bon
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Richman @ 2016-07-18 12:34 UTC (permalink / raw)
  To: linux-fsdevel, fuse-devel

(Resending because linux-fsdevel rejected non-text/plain content?)

Hi all,

I'm running into an issue with Fuse and fstat().

If I call fstat() on a file within a fuse file system I only see an
fgetattr() when the file is first created by the open call. If I call
fstat() on an existing file, it uses getattr() instead.

I initially thought that this was a libfuse issue, but after some
debugging I believe it is an issue with the kernel module.  I created
an issue on the libfuse project here:
https://github.com/libfuse/libfuse/issues/62 which has all the
information I've gathered so far.  If you want I can copy the contents
of the issue into an email here, but I figured there was no need to
duplicate it.

Any ideas? :)

Cheers,
- Alex.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-18 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 12:34 Fuse fgetattr() Not Being Called By fstat() Alex Richman
2016-07-18 13:17 ` Stef Bon
2016-07-18 16:15   ` Alex Richman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).