aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-02-19 16:55:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-02-19 16:55:40 +0000
commit76f6578928809ac2e687dc0979f3051a00b56970 (patch)
tree0fc55deed8e8a746ecfea1ff5596b582f8898c8a /kernel/fuse_i.h
parent18e75e4cb186b5d247caea5c9aa21b69e4914c50 (diff)
downloadlibfuse-76f6578928809ac2e687dc0979f3051a00b56970.tar.gz
improvements to the kernel interface
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index d4a677e..48e52c9 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -174,7 +174,7 @@ extern spinlock_t fuse_lock;
/**
* Get a filled in inode
*/
-struct inode *fuse_iget(struct super_block *sb, ino_t ino,
+struct inode *fuse_iget(struct super_block *sb, ino_t ino, int generation,
struct fuse_attr *attr, int version);