aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-16 18:42:35 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-16 18:42:35 +0000
commitc3b0185deb610736420f43b447a0a488d83ee0ae (patch)
tree5998e4ab270ff6af60ccef828c06f8d0b01adbca /sshfs.c
parent7e97377d5260517404bba9dc1e3281861535d950 (diff)
downloadsshfs-c3b0185deb610736420f43b447a0a488d83ee0ae.tar
sshfs-c3b0185deb610736420f43b447a0a488d83ee0ae.tar.gz
sshfs-c3b0185deb610736420f43b447a0a488d83ee0ae.tar.bz2
sshfs-c3b0185deb610736420f43b447a0a488d83ee0ae.zip
fix
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 7c1f3c2..8c99fc1 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -1465,7 +1465,7 @@ static int sshfs_open(const char *path, struct fuse_file_info *fi)
return sshfs_open_common(path, 0, fi);
}
-static struct sshfs_file *get_sshfs_file(struct fuse_file_info *fi)
+static inline struct sshfs_file *get_sshfs_file(struct fuse_file_info *fi)
{
return (struct sshfs_file *) (uintptr_t) fi->fh;
}