From 05033041285858d581b05617900e2921502bf434 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 13 Nov 2001 16:11:35 +0000 Subject: fix vfsmount leak bug in fuse_follow_link --- include/fuse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index a117211..60cd378 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -30,6 +30,11 @@ typedef int (*fuse_dirfil_t) (fuse_dirh_t, const char *, int type); * - All operations should return the negated error value (-errno) on * error. * + * - Getattr() doesn't need to fill in the following fields: + * st_ino + * st_dev + * st_blksize + * * - readlink() should fill the buffer with a null terminated string. The * buffer size argument includes the space for the terminating null * character. If the linkname is too long to fit in the buffer, it should -- cgit v1.2.3